Click or drag to resize
DtmfNamedEventConverterFromString Method
Converts a string to a DTMF event.

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

Parameters

signal
Type: SystemString
The string to convert to DTMF event.

Return Value

Type: DtmfNamedEvents
A DTMF named event.
See Also