SqlString::CultureInfo Property

 

Gets the CultureInfo structure that represents information about the culture of this SqlString object.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
property CultureInfo^ CultureInfo {
	CultureInfo^ get();
}

Property Value

Type: System.Globalization::CultureInfo^

A CultureInfo structure that describes information about the culture of this SqlString structure including the names of the culture, the writing system, and the calendar used, and also access to culture-specific objects that provide methods for common operations, such as formatting dates and sorting strings.

.NET Framework
Available since 1.1
Return to top
Show: