Returns a read-only wrapper around the specified System.Globalization.CultureInfo.
- ci
- The System.Globalization.CultureInfo to wrap.
A read-only System.Globalization.CultureInfo wrapper around ci.
This wrapper prevents any modifications to ci, or the objects returned by the ci.CultureInfo.DateTimeFormat and ci.CultureInfo.NumberFormat properties.