FuncUaNumToStr Method (Int64) |
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
)
Public Shared Function NumToStr (
value As Long
) As String
Parameters
- value
- Type: SystemInt64
A value to convert.
Return Value
Type:
StringReturns the string representation of the long value.
See Also