public static bool TryParseAddress( string path, out Address address )
Public Shared Function TryParseAddress ( _ path As String, _ <OutAttribute> ByRef address As Address _ ) As Boolean
public: static bool^ TryParseAddress( String^ path, [OutAttribute] Address^% address )