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