[]
Attempts to parse a string as a Length value.
public static bool TryParse(string value, out Length result)
Type | Name | Description |
---|---|---|
string | value | A string value to parse. |
Length | result | The resulting Length value if the parse is successful. |
Type | Description |
---|---|
bool | A bool value. |