Click or drag to resize

EAPConvertToRoman Method

Convert a number to its Roman Numeral representation. Any number outside the range 1 to 3999 will result in a null/blank string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ToRoman(
	int n
)

Parameters

n
Type: SystemInt32
The number to convert.

Return Value

Type: String
The roman numeral representation of the number, else null/blank if number is outside supported range.
See Also