Assembly: Microsoft.Rtc.Collaboration (in microsoft.rtc.collaboration.dll)
Syntax
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException |
Thrown when sdpstr is null. sdpstr cannot be null. |
InvalidOperationException |
An attempt to parse more than one text was made. |
Remarks
TryParse converts the string to an array of UTF8 encoded bytes and calls the TryParse() function with an array of bytes.
Thread Safety
All public static (Shared in Visual
Basic) members of this type are thread-safe. Instance members are
not guaranteed to be thread-safe.