neo4j_ntostring

Get a UTF-8 string representation of a neo4j value.

Writes as much of the representation as possible into the buffer, ensuring it is always NULL terminated.

@param value The neo4j value. @param strbuf A buffer to write the string representation into. @param n The length of the buffer. @return The number of bytes that would have been written into the buffer had the buffer been large enough.

extern (C)
size_t
neo4j_ntostring
(,
char* strbuf
,
size_t n
)

Meta