Skip to content
/ Roman Public

VB Library for convert integer numbers to roman

License

Notifications You must be signed in to change notification settings

dmcory/Roman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VB Library for convert integer numbers to roman

And well, that's it.

You need to add this project to your project (or take the dll generated)

And then

Imports roman

For usage you need something like this:

Dim number = (New roman_numbers).ToRoman(4999)

and the function will return the roman symbols in string.