CornersParse Method (String) |
Converts the specified string to Corners.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static Corners Parse(
string value
)
Public Shared Function Parse (
value As String
) As Corners
public:
static Corners^ Parse(
String^ value
)
static member Parse :
value : string -> Corners
Parameters
- value
- Type: SystemString
The string to convert.
Return Value
Type:
CornersCorners that represents the specified string.
See Also