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
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