System.Globalization Namespace CultureInfo Class
Returns a read-only wrapper around the specified CultureInfo.
[ VB ] public Shared Function ReadOnly ( _ ByVal ci As CultureInfo _ ) As CultureInfo [ C# ] public static CultureInfo ReadOnly ( CultureInfo ci ); [ C++ ] public: static CultureInfo* ReadOnly ( CultureInfo* ci ); [ JScript ] static function ReadOnly ( ci : CultureInfo ) : CultureInfo;
A read-only CultureInfo wrapper around ci.
This wrapper prevents any modifications to ci, to the ci. DateTimeFormat instance, or to the ci. NumberFormat instance.
CultureInfo 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