Method GetInteger
GetInteger()
Gets a int from this StringValue.
public int GetInteger()
Returns
- int
An non-null Int32 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.