Click or drag to resize
SayDigitsCommand Constructor (String)
Creates a new SayDigitsCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SayDigitsCommand(
	string digits
)

Parameters

digits
Type: SystemString
the digits to say.
See Also