ActiveReports 12
FormatCurrency Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > Strings Class : FormatCurrency Method
Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
Syntax
'Declaration
 
Public Shared Function FormatCurrency( _
   ByVal Expression As Object, _
   Optional ByVal NumDigitsAfterDecimal As Integer, _
   Optional ByVal IncludeLeadingDigit As TriState, _
   Optional ByVal UseParensForNegativeNumbers As TriState, _
   Optional ByVal GroupDigits As TriState _
) As String

Parameters

Expression
NumDigitsAfterDecimal
IncludeLeadingDigit
UseParensForNegativeNumbers
GroupDigits

Return Value

Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
See Also

Reference

Strings Class
Strings Members