Class All
Inheritance
System.Object
All
Assembly: Spruce.dll
Syntax
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
|
Improve this Doc
View Source
Parse(String, ref Int32)
Declaration
public override object Parse(string aText, ref int rStart)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
System.Int32 |
rStart |
|
Returns
Type |
Description |
System.Object |
|
Overrides