Hi all,
Is there a better way to convert an IP address to a ByteArray?
I'm doing this
('127.0.23.11' subStrings: '.') collect: [:each | each asInteger ] as:
ByteArray
thanks
--
Bernardo E.C.
Hi all,
Is there a better way to convert an IP address to a ByteArray?
I'm doing this
('127.0.23.11' subStrings: '.') collect: [:each | each asInteger ] as:
ByteArray
thanks
--
Bernardo E.C.