FuncUaNumToStr Method (Double, Boolean, FuncGender) |
Converts the specified value to its equivalent string representation.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string NumToStr(
double value,
bool uppercase,
FuncGender gender
)
Public Shared Function NumToStr (
value As Double,
uppercase As Boolean,
gender As FuncGender
) As String
Parameters
- value
- Type: SystemDouble
A value to convert. - uppercase
- Type: SystemBoolean
If this parameter is true then the first symbol of the resulting string will be in the uppercase. - gender
- Type: Stimulsoft.ReportFuncGender
A Gender parameter on which gender of the resulting value depends.
Return Value
Type:
StringReturns the string representation of the double value with the first symbol in the uppercase or not. Gender depends on the gender parameter.
See Also