Click or drag to resize
AGIScriptSayAlpha Method (String)
Says the given character string.

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

Parameters

text
Type: SystemString
the text to say.
See Also