NumberFormatInfo.ReadOnly Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns a read-only NumberFormatInfo wrapper.
Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Shared Function ReadOnly ( _
nfi As NumberFormatInfo _
) As NumberFormatInfo
public static NumberFormatInfo ReadOnly(
NumberFormatInfo nfi
)
Parameters
- nfi
Type: System.Globalization.NumberFormatInfo
The NumberFormatInfo to wrap.
Return Value
Type: System.Globalization.NumberFormatInfo
A read-only NumberFormatInfo wrapper around nfi.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | nfi is nulla null reference (Nothing in Visual Basic). |
Remarks
This wrapper prevents any modifications to nfi.
Attempting to perform an assignment to a property of a read-only NumberFormatInfo causes an InvalidOperationException.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.