Method ToString
ToString()
Returns the Amount property formatted as a currency using the current thread culture (which may or may not match the currency defined by Currency).
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string containing the formatted amount. |
Overrides
System.ValueType.ToString()