Fetches a value from a column as a null-terminated wide string.
public virtual bool GetString( const ul_wchar * cname, ul_wchar * dst, size_t len )
cname The name of the column.
dst The buffer to hold the wide string value. The string is null-terminated even if truncated.
len The size of the buffer in ul_wchars.
True if the value was successfully fetched.
The string is truncated in the buffer when it isn't large enough to hold the entire value.