neo4j_tostring

Get a 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 A pointer to the provided buffer.

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

Meta