asp.net.ph

CultureInfo.ReadOnly Method

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;

Parameters

ci
The CultureInfo to wrap.

Return Value

A read-only CultureInfo wrapper around ci.

Exceptions


Exception Type Condition
ArgumentNullException ci is a null reference ( Nothing in Visual Basic ).

Remarks

This wrapper prevents any modifications to ci, to the ci. DateTimeFormat instance, or to the ci. NumberFormat instance.

See Also

CultureInfo Members   IsReadOnly Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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