Table of Contents

Method GetChar

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

GetChar()

Parses the value contained in this StringValue as a char. Throws an exception if the value couldn't be parsed to the target type.

public char GetChar()

Returns

char

The converted char.