MailBee.NET Objects 4.0

Global.DefaultCulture Property

Gets or sets the default CultureInfo to be used for string comparisons and conversions.

public static System.Globalization.CultureInfo DefaultCulture {get; set;}

Property Value

A reference to the CultureInfo object to be used for string comparisons and conversions. The default value is InvariantCulture.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException value is a null reference (Nothing in Visual Basic).

See Also

Global Class | MailBee Namespace