[]
Parses a string and creates a Unit instance from that string, throws an exception if string is invalid.
public static Unit Parse(string s)
Public Shared Function Parse(s As String) As Unit
| Type | Name | Description |
|---|---|---|
| string | s | The string to parse. |
| Type | Description |
|---|---|
| Unit | A Unit instance. |