GlobalDefaultCulture Property |
Gets or sets the default
CultureInfo to be used for string comparisons and conversions.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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