Unit Constructor (String, CultureInfo) |
Initializes a new instance of the Unit with the specified length.
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Unit(
string value,
CultureInfo culture
)
Public Sub New (
value As String,
culture As CultureInfo
)
public:
Unit(
String^ value,
CultureInfo^ culture
)
new :
value : string *
culture : CultureInfo -> Unit
Parameters
- value
- Type: SystemString
A string that represents the length of the Unit. - culture
- Type: System.GlobalizationCultureInfo
CultureInfo
See Also