Method | Description | |
---|---|---|
TryParseDouble ( string s, double &value ) : bool | ||
TryParseDouble ( string s ) : double? | ||
TryParseInt ( string s, int &value ) : bool |
public static TryParseDouble ( string s, double &value ) : bool | ||
s | string | |
value | double | |
return | bool |
public static TryParseDouble ( string s ) : double? | ||
s | string | |
return | double? |
public static TryParseInt ( string s, int &value ) : bool | ||
s | string | |
value | int | |
return | bool |