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

Converts the specified value to its equivalent string representation.

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

Returns the string representation of the double value with cents with the first symbol in the uppercase or not and the currency name.

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