Table of Contents

Method GetInteger

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

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.