public static float ParseFloat( string floatString, out bool result )
Public Shared Function ParseFloat ( _ floatString As String, _ <OutAttribute> ByRef result As Boolean _ ) As Single
public: static float^ ParseFloat( String^ floatString, [OutAttribute] bool^% result )