UnitParse Method (String) |
Converts the specified string to a Unit.
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 Unit Parse(
string s
)
Public Shared Function Parse (
s As String
) As Unit
public:
static Unit^ Parse(
String^ s
)
static member Parse :
s : string -> Unit
Parameters
- s
- Type: SystemString
The string to convert.
Return Value
Type:
UnitA Unit that represents the specified string.
See Also