Attempts to parse a string as a
Length value.
'Declaration
Public Shared Function TryParse( _
ByVal As String, _
ByRef As Length _
) As Boolean
Parameters
- value
- A System.String value to parse.
- result
- The resulting Length value if the parse is successful.
Return Value
A
System.Boolean value.
true
if the string can be parsed as a
Length; otherwise,
false
.