FuncEnNumToStr Method (Int64, Boolean) |
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(
long value,
bool uppercase
)
Public Shared Function NumToStr (
value As Long,
uppercase As Boolean
) As String
Parameters
- value
- Type: SystemInt64
A value containing a number to convert. - uppercase
- Type: SystemBoolean
If this parameter is true then the first symbol of the resulting string will be in the uppercase.
Return Value
Type:
StringReturns the string representation of the decimal value with the first symbol in the uppercase or not.
See Also