Click or drag to resize

AbstractLexerCheckIsDigit Method

[This is preliminary documentation and is subject to change.]

Checks if c is a number.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public abstract void CheckIsDigit(
	char c = ''
)

Parameters

c (Optional)
Type: SystemChar
The c.
Exceptions
ExceptionCondition
MonkeyspeakException
See Also