GetValue()

Namespace ›› System ›› MfPrimitive ›› Methods ››
Parent Previous Next

GetValue

Abstract method must be overridden in derived classes.

instance.GetValue()

GetValue(args*)

Gets the the value of the derived type or value of var containing value.

Parameters

args*

one or more args that may be implemented in derived classes

Throws

Throws MfNotImplementedException if not implemented in derived class.

See Also

MfChar.GetValue, MfFloat.GetValue, MfInteger.GetValue, MfString.GetValue