All pages
Powered by GitBook
1 of 1

FormatBaseN

Converts a number to a string representation in the specified base.

Method Signature

FormatBaseN(number=[numeric], radix=[integer])

Arguments

Argument
Type
Required
Description
Default

number

numeric

true

radix

integer

true

Examples

Related