public static bool ParseLong( string LongString, out long result )
Public Shared Function ParseLong ( _ LongString As String, _ <OutAttribute> ByRef result As Long _ ) As Boolean
public: static bool^ ParseLong( String^ LongString, [OutAttribute] long long^% result )