How can I do that can you please help me with that?
Sorry that was lame question below method did the trick.
def convert_to_binary(data) do
data
|> IO.iodata_to_binary
end
Thanks.
How can I do that can you please help me with that?
Sorry that was lame question below method did the trick.
def convert_to_binary(data) do
data
|> IO.iodata_to_binary
end
Thanks.