Click or drag to resize

FuncConvertToABC Method

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
)

Parameters

value
Type: SystemInt32
A number for converting into the A B C representation.

Return Value

Type: String
String representation of the value in A B C D format.
See Also