PredefinedFunctions.Num2Str(Decimal, Int32, Int32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::String ^ Num2Str(System::Decimal number, int character, int decimals, int separator1, int separator2);
public static string Num2Str (decimal number, int character, int decimals, int separator1, int separator2);
static member Num2Str : decimal * int * int * int * int -> string
Public Shared Function Num2Str (number As Decimal, character As Integer, decimals As Integer, separator1 As Integer, separator2 As Integer) As String
Parameters
- number
- Decimal
- character
- Int32
- decimals
- Int32
- separator1
- Int32
- separator2
- Int32