Click or drag to resize
CornersParse Method (String, CultureInfo)
Converts the specified string to a Corners.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static Corners Parse(
	string value,
	CultureInfo culture
)

Parameters

value
Type: SystemString
The string to convert.
culture
Type: System.GlobalizationCultureInfo
CultureInfo used

Return Value

Type: Corners
Object of corners type
See Also