MessageContextClassExFromString Method |
Converts the given string to a message-context-class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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