Click or drag to resize

FuncConvertToRoman Method

Converts Arabic numerals to Roman.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ToRoman(
	int value
)

Parameters

value
Type: SystemInt32
Arabic numerals for converting to the Roman format.

Return Value

Type: String
Returns Arabics numerals in Roman.
See Also