Click or drag to resize
ParserHelperFindKeyValue Method (String, Int32, String, String)

Namespace: StreamCoders.Rtsp
Assembly: 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
)

Parameters

stringToSearch
Type: SystemString
offset
Type: SystemInt32
key
Type: SystemString
terminatedBy
Type: SystemString

Return Value

Type: String
See Also