|
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.246-beta
SyntaxPublic Shared Function Parse (
key As Char
) As TouchTone
public:
static TouchTone^ Parse(
wchar_t key
)
static member Parse :
key : char -> TouchTone
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.
ExceptionsException | Condition |
---|
ArgumentException | key is not a valid touch tone character. |
See Also