Click or drag to resize
UnitParse Method (String)
Converts the specified string to a Unit.

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 Unit Parse(
	string s
)

Parameters

s
Type: SystemString
The string to convert.

Return Value

Type: Unit
A Unit that represents the specified string.
See Also