CCur Function

Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols.

தொடரமைப்பு:


CCur(Expression As Variant) As Currency

திரும்பும் மதிப்பு:

நாணயம்

அளவுருக்கள்:

Expression: Any string or a numeric expression that you want to convert to a number.
CCur(EMPTY) returns 0.

பிழையான குறியீடுகள்:

5 செல்லாத செயல்முறை அழைப்பு

6 நிரம்பிவழிதல்

எடுத்துக்காட்டு:


  Sub CCur_example
      Print CCur( expression := 145.279 * "654" )
      Print CCur( -258.0421E+02 )
  End Sub

Please support us!