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