BCGControlBar Library for .NET
SerializationCulture Field




Provides information about a specific culture, such as the names of the culture, the writing system, the calendar used, and how to format dates and sort strings. This information is used on serialization.
Syntax
'Declaration
 
Public Shared SerializationCulture As CultureInfo
'Usage
 
Dim value As CultureInfo
 
value = GlobalSettings.SerializationCulture
 
GlobalSettings.SerializationCulture = value
public static CultureInfo SerializationCulture
public: static CultureInfo* SerializationCulture
public:
static CultureInfo^ SerializationCulture
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalSettings Class
GlobalSettings Members

Send Feedback