C# Class Humanizer.RomanNumeralExtensions

Show file Open project: priorknowledge/HumanizerClone Class Usage Examples

Public Methods

Method Description
ToRoman ( this input ) : string

Converts the input to Roman number

Private Methods

Method Description
IsInvalidRomanNumeral ( string input ) : bool

Method Details

ToRoman() public static method

Converts the input to Roman number
public static ToRoman ( this input ) : string
input this Integer input
return string