pub fn to_byte(value: string) -> Vec<byte> ⓘ
Turns string into Vec<byte>.
string
Vec<byte>
ℹ️ The Vec<byte> obtained from a string is the UTF-8 representation of it.