Converts the number to A B C D representation for numbering of the list.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string ToABC(
int value
)
Public Shared Function ToABC (
value As Integer
) As String
Parameters
- value
- Type: SystemInt32
A number for converting into the A B C representation.
Return Value
Type:
StringString representation of the value in A B C D format.
See Also