GenericHeaderParse Method |
Parses.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual bool Parse(
string stringToParse
)
Public Overridable Function Parse (
stringToParse As String
) As Boolean
public:
virtual bool Parse(
String^ stringToParse
)
abstract Parse :
stringToParse : string -> bool
override Parse :
stringToParse : string -> bool
Parameters
- stringToParse
- Type: SystemString
The string to parse.
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
See Also