Returns a read-only System.Globalization.NumberFormatInfo wrapper.
- nfi
- The System.Globalization.NumberFormatInfo to wrap.
A read-only System.Globalization.NumberFormatInfo wrapper around nfi.
Type Reason ArgumentNullException nfi is a null reference.
This wrapper prevents any modifications to nfi.
Attempting to perform an assignment to a property of a read-only System.Globalization.NumberFormatInfo causes an InvalidOperationException.