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

Converts the specified value to its equivalent string representation.

Syntax
C++
C#
Visual Basic
public: string NumToStr( double value, bool uppercase, Gender gender );
Parameters
Parameters 
Description 
value 
A value to convert. 
uppercase 
If this parameter is true then the first symbol of the resulting string will be in the uppercase. 
gender 
A Gender parameter on which gender of the resulting value depends. 
Returns

Returns the string representation of the double value with the first symbol in the uppercase or not. Gender depends on the gender parameter.

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