OutputVar := MfParams.C(value)
Creates a new MfChar object containing value
value
The var with the new MfChar value.
Returns an MfChar instance containing value
Throws MfArgumentException if value is object but not a valid instance of MfChar.
Throws MfException with inner exception if unable to create new instance of MfChar.
Static Method.
If value argument is instance of MfChar then that creates and returns a new MfChar containing the same value.
This method is a static primitive generator.
cObj := MfParams.C("H")
MsgBox % cObj.Value ; Displays H