'Declaration
Public Shared Function TryParse( _ ByVal text As String, _ ByRef length As C1StyleLength _ ) As Boolean
public static bool TryParse( string text, out C1StyleLength length )
Parameters
- text
- The text to parse.
- length
- The returned length.
'Declaration
Public Shared Function TryParse( _ ByVal text As String, _ ByRef length As C1StyleLength _ ) As Boolean
public static bool TryParse( string text, out C1StyleLength length )