Open this page in the API Guide

CultureInfoHelper.TryGetCultureInfo Method

Tries to get the CultureInfo object by a string.

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public static bool TryGetCultureInfo(
	string? cultureString,
	out CultureInfo?? cultureInfo
)

Parameters

cultureString
Type: System.String
The string representing culture.
cultureInfo
Type: System.Globalization.CultureInfo
The CultureInfo object if found, null otherwise.

Return Value

Type: Boolean
The value of true if the culture info is found; otherwise, false.
See Also