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.) |
A format provider that renders integers as roman numerals.