Parse()

Namespace ›› System ›› MfChar ›› Methods ››
Parent Previous Next

Parse()

OutputVar := MfChar.Parse()

MfChar.Parse(s)

Converts the value of the specified string to its equivalent Unicode character.

Parameters

s

A string that contains a single character or a  hex value such as "0x0061".
Can be a  MfString instance or var containing string..

Returns

Returns a Unicode character equivalent to the sole character in s as an instance of MfChar.

Throws

Throws MfInvalidOperationException if not called as a static method.
Throws MfArgumentOutOfRangeException if index is not in the valid range of s.
Throws MfNotSupportedException if call to method is outside its overloads.

Remarks

Static Method.

Related

TryParse