Click or drag to resize
StyleInfoGetCulture Method
Gets the culture name from a formatted string.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static CultureInfo GetCulture(
	string name
)

Parameters

name
Type: SystemString
Formatted Culture String.

Return Value

Type: CultureInfo
CultureInfo object.
See Also