Click or drag to resize
SdpTimeParse Method
Parses.

Namespace: StreamCoders.Sdp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override 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