[]
Converts an integer to a string using the specified NumberingStyle.
public static string ToString(int value, NumberingStyle style)
| Type | Name | Description |
|---|---|---|
| int | value | The integer to convert. |
| NumberingStyle | style | The numbering style to use for the conversion. |
| Type | Description |
|---|---|
| string | A string representation of the integer using the specified numbering style. |
Converts an integer to a string using the specified numbering style.
public static string ToString(int value, string style)
| Type | Name | Description |
|---|---|---|
| int | value | The integer to convert. |
| string | style | The string representation of the numbering style to use for the conversion. |
| Type | Description |
|---|---|
| string | A string representation of the integer using the specified numbering style. |