| 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 = ''
)
Public MustOverride Sub CheckIsDigit (
Optional c As Char = ""C
)
public:
virtual void CheckIsDigit(
wchar_t c = L''
) abstract
abstract CheckIsDigit :
?c : char
(* Defaults:
let _c = defaultArg c ''
*)
-> unit
Parameters
- c (Optional)
- Type: SystemChar
The c.
Exceptions See Also