Click or drag to resize
DtmfNamedEventConverterSignalFromString Method
Converts a string to a DTMF integer.

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

Parameters

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

Return Value

Type: Int32
A DTMF integer.
See Also