RomanNumerals.GetFormatProvider method

Returns a format provider that renders integers as roman numerals.

public static IFormatProvider GetFormatProvider(IFormatProvider fpFallback)
parameter description
fpFallback The format provider to which to fallback. (Can be null.)

Return Value

A format provider that renders integers as roman numerals.

See Also