'宣言 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 )
パラメータ
戻り値の型
変換が成功した場合は true。