Method | Description | |
---|---|---|
ParseDouble ( string s ) : double | ||
ParseDouble ( string s, bool isSingle ) : double | ||
ParseInt ( antlr token ) : int | ||
ParseIntegerLiteralExpression ( antlr token, string s, bool asLong ) : |
||
ParseTimeSpan ( string text ) : System.TimeSpan |
public static ParseDouble ( string s ) : double | ||
s | string | |
return | double |
public static ParseDouble ( string s, bool isSingle ) : double | ||
s | string | |
isSingle | bool | |
return | double |
public static ParseIntegerLiteralExpression ( antlr token, string s, bool asLong ) : |
||
token | antlr | |
s | string | |
asLong | bool | |
return |
public static ParseTimeSpan ( string text ) : System.TimeSpan | ||
text | string | |
return | System.TimeSpan |