FormatNumber(Int32,FormatStyle,Int32,Boolean) Method
Formats the given integer number with the specified format style and length limit.
Syntax
Parameters
- num
- an integer number
- format
- Galaxy predefined format style of choice
- lengthLimit
- Length Limit to use for formatting
- useRegionalSettings
- specifies whether to apply system regional settings on formatted value. default is true
Return Value
Formatted string
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also