AmountToString(Amount) Method
Returns a
String that represents an
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 static string ToString(
Amount amount
)
Public Shared Function ToString (
amount As Amount
) As String
Dim amount As Amount
Dim returnValue As String
returnValue = Amount.ToString(amount)
public:
static String^ ToString(
Amount^ amount
)
static member ToString :
amount : Amount -> string
No code example is currently available or this language may not be supported.
- amount Amount
-
The Amount.
String
A
String that represents the specified
Amount.