AmountToString(IFormatProvider) Method
Returns a
String that represents this
Amount.
Namespace: DevCase.Core.Math.ScienceAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string ToString(
IFormatProvider formatProvider
)
Public Function ToString (
formatProvider As IFormatProvider
) As String
Dim instance As Amount
Dim formatProvider As IFormatProvider
Dim returnValue As String
returnValue = instance.ToString(formatProvider)
public:
String^ ToString(
IFormatProvider^ formatProvider
)
member ToString :
formatProvider : IFormatProvider -> string
No code example is currently available or this language may not be supported.
- formatProvider IFormatProvider
-
The provider to use to format the value.
-or- A null reference ( in Visual Basic) to obtain the numeric format information from the
current locale setting of the operating system.
String
A
String that represents this instance.