Méthode | 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 | |
Résultat | double |
public static ParseDouble ( string s, bool isSingle ) : double | ||
s | string | |
isSingle | bool | |
Résultat | double |
public static ParseInt ( antlr token ) : int | ||
token | antlr | |
Résultat | int |
public static ParseIntegerLiteralExpression ( antlr token, string s, bool asLong ) : |
||
token | antlr | |
s | string | |
asLong | bool | |
Résultat |
public static ParseTimeSpan ( string text ) : System.TimeSpan | ||
text | string | |
Résultat | System.TimeSpan |