Parses a string and creates
Unit structure.
'Declaration
Public Overloads Shared Function TryParse( _
ByVal As System.String, _
ByRef As Unit _
) As System.Boolean
public static System.bool TryParse(
System.string ,
out Unit
)
Parameters
- s
- The string to parse.
- unit
- OUT: Unit structure.
Return Value
True if the conversion was successfull, false otherwise.