SessionToFormattedCurrency Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ToFormattedCurrency(
decimal amount
)
Public Function ToFormattedCurrency (
amount As Decimal
) As String
Parameters
- amount
- Type: SystemDecimal
The currency value to format.
Return Value
Type:
StringThe formatted value as a string.
See Also