Overrides MfPrimitive.GetValue()
OutputVar := MfChar.GetValue(c)
OutputVar := MfChar.GetValue(s, index)
Gets the string value from MfChar instance or MfString instance or var containing a string. If string has more then one character then the first character is returned.
Gets the string value from MfString instance or var containing a string at the location of Zero-based index.
c
The Unicode character to evaluate.
The Can be a var containing character or MfChar instance or MfString instance or var containing string or string var containing hex value Eg:"0x0061".
s
The String containing the Unicode character for which to get the Unicode category.
Can be MfString instance or String var. Can be instance of MfString, or var containing string.
index
An integer that contains the zero-based index position of the character to categorize in s. Can be MfInteger Instance or var containing Integer.
Returns a var containing a string or MfString.Empty if not value is found.
Static Method
Throws MfInvalidOperationException if not called as a static method.
Throws MfArgumentException if argument if any parameter is an Object but is not derived from MfObject or a valid instance of MfChar class.