Class Num
Inheritance
System.Object
Num
Assembly: XSharp.dll
Syntax
public abstract class Num : Num
Constructors
|
Improve this Doc
View Source
Num()
Declaration
Fields
|
Improve this Doc
View Source
mParse
Declaration
protected Func<string, NumberStyles, object> mParse
Field Value
Type |
Description |
Func<System.String, NumberStyles, System.Object> |
|
Methods
|
Improve this Doc
View Source
Declaration
protected override object Transform(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
Returns
Type |
Description |
System.Object |
|