This function converts a tone into its corresponding string value.

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public static string DTMFToneToValue(
	DXVUMeterNETGDI..::..DTMFToneConstants tone
)
Visual Basic
Public Shared Function DTMFToneToValue ( _
	tone As DXVUMeterNETGDI..::..DTMFToneConstants _
) As String
Visual C++
public:
static String^ DTMFToneToValue(
	DXVUMeterNETGDI..::..DTMFToneConstants tone
)

Parameters

tone
Type: NDXVUMeterNET..::..DXVUMeterNETGDI..::..DTMFToneConstants
One of the possible values from the DTMFToneConstants enumeration

Return Value

Returns a string representing the DTMF tone

See Also