| AGIScriptSayDigits Method (String) |
Says the given digit string.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void SayDigits(
string digits
)
Protected Sub SayDigits (
digits As String
)
protected:
void SayDigits(
String^ digits
)
member SayDigits :
digits : string -> unit
Parameters
- digits
- Type: SystemString
the digit string to say.
See Also