apoc.text.byteCount

Function

apoc.text.byteCount(text,[charset]) - return size of text in bytes

Signature

apoc.text.byteCount(text :: STRING?, charset = UTF-8 :: STRING?) :: (INTEGER?)

Input parameters

Name Type Default

text

STRING?

null

charset

STRING?

UTF-8