MessageContextClassExFromString Method |
Converts the given string to a message-context-class.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static MessageContextClass FromString(
string str
)
Public Shared Function FromString (
str As String
) As MessageContextClass
public:
static MessageContextClass FromString(
String^ str
)
static member FromString :
str : string -> MessageContextClass
Parameters
- str
- Type: SystemString
The string that will be converted.
Return Value
Type:
MessageContextClassThe message-context-class.
See Also