Метод | Описание | |
---|---|---|
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 | |
Результат | double |
public static ParseDouble ( string s, bool isSingle ) : double | ||
s | string | |
isSingle | bool | |
Результат | double |
public static ParseInt ( antlr token ) : int | ||
token | antlr | |
Результат | int |
public static ParseIntegerLiteralExpression ( antlr token, string s, bool asLong ) : |
||
token | antlr | |
s | string | |
asLong | bool | |
Результат |
public static ParseTimeSpan ( string text ) : System.TimeSpan | ||
text | string | |
Результат | System.TimeSpan |