| IMessageAppendixParse Method  | 
                Parses.
            
 
Namespace: StreamCoders.SdpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxbool Parse(
	string stringToParse
)
Function Parse ( 
	stringToParse As String
) As Boolean
bool Parse(
	String^ stringToParse
)
abstract 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