Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
从列中读取值作为以空值终止的字符串。
public virtual bool GetString(ul_column_num cid, char * dst, size_t len)
cid 从 1 开始的列序号。
dst 用于保存字符串值的缓冲区。字符串即使被截断,也以空值终止。
len 缓冲区的大小(以字节为单位)。
如果成功读取值,则返回 True。
当字符串的大小不足以保存整个值时,它将在缓冲区中截断。