C# Class RomanNumeralsExamples.Program

显示文件 Open project: jaegerpicker/CantonSoftwareMentorship

Public Methods

Method Description
NumberToRoman ( int number ) : string
RomanToNumber ( String numerals ) : String

Private Methods

Method Description
Main ( string args ) : void

Method Details

NumberToRoman() public static method

public static NumberToRoman ( int number ) : string
number int
return string

RomanToNumber() public static method

public static RomanToNumber ( String numerals ) : String
numerals String
return String