|
TouchToneParse Method
|
Converts the character representation of a touch tone key into
an instance of the
TouchTone class.
Namespace: GSF.Media.SoundAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax GSF.Media.Sound.TouchTone.Parse = function(key);
View SourceParameters
- 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 See Also