Value

Namespace ›› System ›› MfBigInt ›› Properties ››
Parent Previous Next

Value

Gets or sets the value associated with the this instance of MfBigInt

OutputVar := instance.Value
instance.Value := Value

value

Value is a string and can be var or any type that matches IsIntegerNumber or MfUInt64 or MfBigInt

Sets

Set the Value of the instance

Gets

Gets integer Value as var string.

Throws

Throws MfNotSupportedException on set if Readonly is true.
Throws MfArgumentException for other errors.

Example

bigI := new MfBigInt("165798798456464561378674845676875311568784564")
MsgBox % bigI.Value ; displays 165798798456464561378674845676875311568784564
bigI.Value := "-5903459034583453590"
MsgBox % bigI.Value ; displays -5903459034583453590