Tries to parse specified string as length.
'Declaration
Public Shared Function TryParse( _
ByVal As System.String, _
ByRef As Length _
) As System.Boolean
public static System.bool TryParse(
System.string ,
out Length
)
Parameters
- value
- Input string to parse.
- result
- The result to store parsed length.
Return Value
true if the input string is valid length; otherwise - false.