Method ToAlphabetic
ToAlphabetic(long, bool)
Converts a number to Word's alphabetic counter: 1–26 are A–Z, and beyond that the letter repeats (27 is AA, 28 is BB) rather than carrying like a spreadsheet column.
public static string ToAlphabetic(long value, bool uppercase)
Parameters
Returns
- string
The alphabetic counter.