Unit.Parse Method (String, CultureInfo)
.NET Framework 3.0
Converts the specified string and System.Globalization.CultureInfo to a Unit.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static Unit Parse ( String s, CultureInfo culture )
public static function Parse ( s : String, culture : CultureInfo ) : Unit
Not applicable.
Parameters
- s
The string to convert.
- culture
A System.Globalization.CultureInfo object that represents the culture.
Return Value
A Unit that represents the specified string.Community Additions
ADD
Show:
Note: