ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfListText Class / ToRomanNumeral Method
The integer value.

In This Topic
    ToRomanNumeral Method
    In This Topic
    Number to Roman numeral.
    Syntax
    'Declaration
     
    Public Shared Function ToRomanNumeral( _
       ByVal number As Integer _
    ) As String
    public static string ToRomanNumeral( 
       int number
    )

    Parameters

    number
    The integer value.

    Return Value

    The text of Roman number.
    See Also