Method GetLong
GetLong()
Gets a long from this StringValue.
public long GetLong()
Returns
- long
An non-null long value.
Exceptions
- NullReferenceException
Thrown when the value stored in this instance is null.
- FormatException
Thrown when the value stored in this instance is not parseable to the desired type.