In This Topic
Parses a string and creates a
Unit instance from that string, throws an exception if string is invalid.
Syntax
'Declaration
Public Shared Function Parse( _
ByVal As String _
) As Unit
public static Unit Parse(
string
)
Parameters
- s
- The string to parse.
Return Value
See Also