System.Globalization Namespace NumberFormatInfo Class
Gets a value indicating whether the NumberFormatInfo is read-only.
[ VB ] public ReadOnly Property IsReadOnly As Boolean [ C# ] public bool IsReadOnly {get;} [ C++ ] public: __property bool get_IsReadOnly ( ); [ JScript ] function get IsReadOnly ( ) : Boolean;
true if the NumberFormatInfo is read-only; otherwise, false.
Attempting to perform an assignment to a property of a read-only NumberFormatInfo causes an InvalidOperationException.
NumberFormatInfo Members ReadOnly
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note