Method StringToLong
StringToLong(String)
Converts a String that was returned by LongToString(Int64) back to a long.
Declaration
public static long StringToLong(String str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Returns
Type | Description |
---|---|
System.Int64 |