MoneyToString(String, IFormatProvider) Method

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 string ToString(
	string? format,
	IFormatProvider? formatProvider
)

Parameters

format  String
The String specifying the format to use.

-or-

A null reference (Nothing in Visual Basic) to use the default format defined for the type of the IFormattable implementation.

formatProvider  IFormatProvider
The IFormatProvider to use to format the value.

-or-

A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

Return Value

String
A String containing the value of the current instance in the specified format.

Implements

IFormattableToString(String, IFormatProvider)

See Also