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.4.54.0
Syntax
public static MessageContextClass FromString(
	string str
)

Parameters

str  String
The string that will be converted.

Return Value

MessageContextClass
The message-context-class.
See Also