Table of Contents

Method GetByte

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

GetByte()

Gets a byte from this StringValue.

public int GetByte()

Returns

int

An non-null byte 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.