TableStorage.CurrentCulture Property
Gets the CultureInfo that represents the culture that is used by the current thread. The set procedure is only for internal use.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property CurrentCulture As CultureInfo
public CultureInfo CurrentCulture { get; internal set; }
public:
property CultureInfo^ CurrentCulture {
CultureInfo^ get ();
internal: void set (CultureInfo^ value);
}
member CurrentCulture : CultureInfo with get, internal set
function get CurrentCulture () : CultureInfo
internal function set CurrentCulture (value : CultureInfo)
Property Value
Type: System.Globalization.CultureInfo
The culture for the current thread.
Remarks
The CultureInfo class represents information about a specific culture. This includes the names of the culture, the writing system, and the calendar used. It also includes access to culture-specific objects that provide information for common operations, such as formatting dates and sorting strings.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.