Culture.GetCultureInfo method

The GetCultureInfo method returns the CultureInfo object, if available, for the culture that this Culture object represents.

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

Syntax

'Declaration
Public Function GetCultureInfo As CultureInfo
'Usage
Dim instance As Culture
Dim returnValue As CultureInfo

returnValue = instance.GetCultureInfo()
public CultureInfo GetCultureInfo()

Return value

Type: System.Globalization.CultureInfo

See also

Reference

Culture class

Culture members

Microsoft.Exchange.Data.Globalization namespace