public static bool ParseDouble( string doubleString, out double result )
Public Shared Function ParseDouble ( _ doubleString As String, _ <OutAttribute> ByRef result As Double _ ) As Boolean
public: static bool^ ParseDouble( String^ doubleString, [OutAttribute] double^% result )