Method | Description | |
---|---|---|
Integer ( |
Parse an integer
|
|
Integer ( long val ) : System |
New Integer
|
|
ToString ( ) : string |
To String
|
Method | Description | |
---|---|---|
Write ( WriteStream stream ) : void |
Write to YAML
|
Method | Description | |
---|---|---|
OverflowTest ( ulong number, short sign ) : void |
Test that the unsigned int fits in a signed int
|
|
Parse16 ( |
Hexadecimal string
|
|
Parse60 ( |
Parses a string with base 60, without sign
|
|
ParseBase ( |
Parses a string with a given base (maximum 10) This is not completly correct. For base10 the first char may not be a '_' The other bases allow this... |
public Integer ( |
||
stream | ||
return | System |
protected Write ( WriteStream stream ) : void | ||
stream | WriteStream | |
return | void |