You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mwherman2000
changed the title
Feature Request: support .toSlice() for addresses
Feature Request: support .toSlice() and/or .toString() for an address
Jan 6, 2018
...so that something like the following will work:
address foo = 0xe30b378de3b6a93cf1c26365f9280f5350bdcbfe;
string bar = "hello world! ".toSlice().concat(foo.toSlice());
Answer #5 in https://ethereum.stackexchange.com/questions/8346/convert-address-to-string/8347 is an implementation of address.toString()
The text was updated successfully, but these errors were encountered: