Method ToInt64
ToInt64(string)
Converts a string to an Int64.
public static long ToInt64(string value)Parameters
- valuestring
- The value. 
Returns
- long
- An Int64. 
Converts a string to an Int64.
public static long ToInt64(string value)value stringThe value.
An Int64.