Click or drag to resize
MessageContextClassExFromString Method
Converts the given string to a message-context-class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static MessageContextClass FromString(
	string str
)

Parameters

str
Type: SystemString
The string that will be converted.

Return Value

Type: MessageContextClass
The message-context-class.
See Also