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