Click or drag to resize
GenericHeaderParse Method
Parses.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual bool Parse(
	string stringToParse
)

Parameters

stringToParse
Type: SystemString
The string to parse.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also