You are here: Symbol Reference > Stimulsoft.Report Namespace > Func Class > Func Classes > Ua Class > Ua Methods > CurrToStr Method > CurrToStr Method (decimal, string, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Func.Ua.CurrToStr Method (decimal, string, bool)

Converts the specified value to its equivalent string representation.

Syntax
C++
C#
Visual Basic
public: string CurrToStr( decimal value, string currency, bool cents );
Parameters
Parameters 
Description 
value 
A value containing a currency to convert. 
currency 
The name of the currency(RUR, EUR, USD, UAH). 
cents 
If this parameter is true then cents of the value will be added to the resulting string. 
Returns

Returns the string representation of the decimal value with or without cents and the currency name.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.