[]
Parses a string and creates a Unit instance from that string, throws an exception if string is invalid.
public static Unit Parse(string s)
The string to parse.
A Unit instance.