MoneyToString Method

There are four overloads. Converts the numeric value of this instance to its equivalent String representation.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public override string ToString()

Return Value

String
The return value is formatted with the general currency format specifier ("C"), and the NumberFormatInfo for the current culture.

See Also