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

Parameters

cultureString  String
The string representing culture.
cultureInfo  CultureInfo
The CultureInfo object if found, otherwise.

Return Value

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