[]
Provides methods to convert integers to strings using various numbering styles compatible with CSS2.
public static class ConvertNumber
| Name | Description |
|---|---|
| ToString(int, NumberingStyle) | Converts an integer to a string using the specified NumberingStyle. |
| ToString(int, string) | Converts an integer to a string using the specified numbering style. |