FuncEsNumToStr Method (Int64, Boolean, 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 number,
bool upperCase,
bool female
)
Public Shared Function NumToStr (
number As Long,
upperCase As Boolean,
female As Boolean
) As String
Parameters
- number
- Type: SystemInt64
[Missing <param name="number"/> documentation for "M:Stimulsoft.Report.Func.Es.NumToStr(System.Int64,System.Boolean,System.Boolean)"]
- upperCase
- Type: SystemBoolean
[Missing <param name="upperCase"/> documentation for "M:Stimulsoft.Report.Func.Es.NumToStr(System.Int64,System.Boolean,System.Boolean)"]
- female
- Type: SystemBoolean
[Missing <param name="female"/> documentation for "M:Stimulsoft.Report.Func.Es.NumToStr(System.Int64,System.Boolean,System.Boolean)"]
Return Value
Type:
StringReturns the string representation of the long value.
See Also