Get a new instance of MfChar from an integer char value
OutputVar := MfChar.FromCharCode(charCode)
Get a new instance of MfChar from an integer char value
charCode
The integer char code to create instance with
Returns a new instance of MfChar that represents the value of charCode.
Throws MfArgumentOutOfRangeException if value is less then MinValue or greater then MaxValue
Throws MfInvalidOperationException if not called as a static method.
Throws MfArgumentException if argument charCode is can not be converted to integer value.
Static method
Version 0.4
MsgBox % MFChar.FromCharCode(107).ToString() ; k
c := MFChar.FromCharCode(0x67)
MsgBox % c.ToString() ; g