OutputVar := MfChar.Parse()
Converts the value of the specified string to its equivalent Unicode character.
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 a Unicode character equivalent to the sole character in s as an instance of MfChar.
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.
Static Method.