Length Constructor(String)
In This Topic
Initializes a new instance of the
Length struct using a specified string length.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
Parameters
- length
- A System.String value indicating the length, e.g., "1 cm", "10 pt".
See Also