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 number,
string currency,
string subCurrency
)
Public Shared Function NumToStr (
number As Double,
currency As String,
subCurrency As String
) As String
Parameters
- number
- Type: SystemDouble
A value containing a number to convert. - currency
- Type: SystemString
A currency basic unit. - subCurrency
- Type: SystemString
A currency fractional unit.
Return Value
Type:
StringReturns the string representation of the value.
See Also