Class AlphaNum
Inheritance
System.Object
AlphaNum
Assembly: Spruce.dll
Syntax
public class AlphaNum : Token
Constructors
|
Improve this Doc
View Source
AlphaNum()
Declaration
|
Improve this Doc
View Source
AlphaNum(String, String)
Declaration
public AlphaNum(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