Class Num
Inheritance
System.Object
Num
Assembly: Spruce.dll
Syntax
public abstract class Num : Token
Constructors
|
Improve this Doc
View Source
Num(String, String)
Declaration
protected Num(string aExtraChars = "", string aExtraFirstChars = "")
Parameters
Type |
Name |
Description |
System.String |
aExtraChars |
|
System.String |
aExtraFirstChars |
|
Methods
|
Improve this Doc
View Source
Check(String)
Declaration
protected override bool Check(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides