Initializes a new instance of the
Unit structure from a string. String should contain A numeric value qualified with unit of measurement, e.g.
"28mm" or
"7in".
Syntax
'Declaration
Public Function New( _
ByVal As System.String _
)
public Unit(
System.string
)
Parameters
- str
See Also