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: 10.3.183.0
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