GlobalDefaultCulture Property |
Gets or sets the default
CultureInfo to be used for string comparisons and conversions.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static CultureInfo DefaultCulture { get; set; }
Public Shared Property DefaultCulture As CultureInfo
Get
Set
Property Value
Type:
CultureInfoA reference to the
CultureInfo object
to be used for string comparisons and conversions. The default value is
InvariantCulture.
Exceptions See Also