apoc.text.bytes Function apoc.text.bytes(text,[charset]) - return bytes of the text Signature apoc.text.bytes(text :: STRING?, charset = UTF-8 :: STRING?) :: (LIST? OF ANY?) Input parameters Name Type Default text STRING? null charset STRING? UTF-8 More documentation of apoc.text.bytes