Method GetChar
GetChar()
Gets a char from this StringValue. This method will throw an NullReferenceException if the value stored in this instance is null.
public char GetChar()
Returns
- char
An non-null char value.
Gets a char from this StringValue. This method will throw an NullReferenceException if the value stored in this instance is null.
public char GetChar()
An non-null char value.