You are here: Symbol Reference > Stimulsoft.Report Namespace > Func Class > Func Classes > Pt Class > Pt Methods > CurrToStr Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Func.Pt.CurrToStr Method

Converts the specified value to its equivalent string representation.

Syntax
C++
C#
Visual Basic
public: string CurrToStr( decimal value, bool uppercase, bool showCents );
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. 
showCents 
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 with the first symbol in the uppercase or not.

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