Click or drag to resize
AGIScriptSayDigits Method (String)
Says the given digit string.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void SayDigits(
	string digits
)

Parameters

digits
Type: SystemString
the digit string to say.
See Also