Click or drag to resize

TouchToneParse Method

Converts the character representation of a touch tone key into an instance of the TouchTone class.

Namespace: GSF.Media.Sound
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public static TouchTone Parse(
	char key
)
View Source

Parameters

key  Char
A character containing a touch tone key to convert.

Return Value

TouchTone
An instance of the TouchTone class equivalent to the touch tone chracter contained in key.
Exceptions
ExceptionCondition
ArgumentExceptionkey is not a valid touch tone character.
See Also