NumberFormatInfo.IsReadOnly Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value indicating whether the NumberFormatInfo object is read-only.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Booleantrue if the NumberFormatInfo object is read-only; otherwise, false.
Attempting to perform an assignment to a property of a read-only NumberFormatInfo object throws an InvalidOperationException.
Show: