Culture.GetCulture method (String)

The GetCulture method gets a read-only Culture object that represents the culture specified by the name parameter.

Namespace:  Microsoft.Exchange.Data.Globalization
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Shared Function GetCulture ( _
    name As String _
) As Culture
'Usage
Dim name As String
Dim returnValue As Culture

returnValue = Culture.GetCulture(name)
public static Culture GetCulture(
    string name
)

Parameters

Return value

Type: Microsoft.Exchange.Data.Globalization.Culture

See also

Reference

Culture class

Culture members

GetCulture overload

Microsoft.Exchange.Data.Globalization namespace