'Declaration Public Overloads Shared Function TryParse( _ ByVal s As System.String, _ ByRef value As System.Double, _ ByRef units As UnitTypeEnum _ ) As System.Boolean
public static System.bool TryParse( System.string s, out System.double value, out UnitTypeEnum units )
Parameters
Return Value
A true if conversion was successfull.