Click or drag to resize
StyleInfoisValidCulture Method
Tests if a culture name is valid.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static bool isValidCulture(
	string culture
)

Parameters

culture
Type: SystemString
The culture name to test.

Return Value

Type: Boolean
true if culture is a valid culture name; false otherwise.
See Also