CultureInfoHelperTryGetCultureInfo 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 (24.3.0.1000)
Syntax
public static bool TryGetCultureInfo(
	string? cultureString,
	out CultureInfo?? cultureInfo
)

Parameters

cultureString
Type: SystemString
The string representing culture.
cultureInfo
Type: System.GlobalizationCultureInfo
The CultureInfo object if found, otherwise.

Return Value

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