System.Globalization Namespace NumberFormatInfo Class
Returns a read-only NumberFormatInfo wrapper.
[ VB ] public Shared Function ReadOnly ( _ ByVal nfi As NumberFormatInfo _ ) As NumberFormatInfo [ C# ] public static NumberFormatInfo ReadOnly ( NumberFormatInfo nfi ); [ C++ ] public: static NumberFormatInfo* ReadOnly ( NumberFormatInfo* nfi ); [ JScript ] static function ReadOnly ( nfi : NumberFormatInfo ) : NumberFormatInfo;
A read-only NumberFormatInfo wrapper around nfi.
This wrapper prevents any modifications to nfi.
Attempting to perform an assignment to a property of a read-only NumberFormatInfo causes an InvalidOperationException.
NumberFormatInfo Members IsReadOnly
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph