[]
Converts a string to a Length instance.
public static implicit operator Length(string length)
| Type | Name | Description |
|---|---|---|
| string | length | A string value indicating the length. |
| Type | Description |
|---|---|
| Length | A new Length instance. |
Length length = "1in";