Formats the supplied integer using the specified numerical system.
formatIndex(lIndex, bstrFormat)
1 | Standard numbering system |
01 | Standard numbering with leading zeroes |
A | Uppercase sequence: A–Z, AA–ZZ |
a | Lowercase sequence: a–z, aa–zz |
I | Uppercase Roman numerals: I, II, III, IV, ... |
i | Lowercase Roman numerals: i, ii, iii, iv, ... |
String. Returns the integer value formatted using the specified numbering system.
Applies To: XTLRuntime Object