Click or drag to resize

DtmfNamedEventConverterSignalFromString Method

Converts a string to a DTMF integer.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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