ParserHelperFindKeyValue Method (String, Int32, String, String) |
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static string FindKeyValue(
string stringToSearch,
ref int offset,
string key,
string terminatedBy
)
Public Shared Function FindKeyValue (
stringToSearch As String,
ByRef offset As Integer,
key As String,
terminatedBy As String
) As String
public:
static String^ FindKeyValue(
String^ stringToSearch,
int% offset,
String^ key,
String^ terminatedBy
)
static member FindKeyValue :
stringToSearch : string *
offset : int byref *
key : string *
terminatedBy : string -> string
Parameters
- stringToSearch
- Type: SystemString
- offset
- Type: SystemInt32
- key
- Type: SystemString
- terminatedBy
- Type: SystemString
Return Value
Type:
StringSee Also