C()

Namespace ›› System ›› MfParams ›› Methods ››
Parent Previous Next

C()

OutputVar := MfParams.C(value)

C(value)

Creates a new MfChar object containing value

Parameters

value

The var with the new MfChar value.

Returns

Returns an MfChar instance containing value

Throws

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.

Remarks

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.

Example

cObj := MfParams.C("H")
MsgBox % cObj.Value ; Displays H