Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将当前值检索到字符串缓冲区中,并根据需要进行类型转换。
void ULValue::GetString( char * dst, size_t len )
dst 要接收字符串值的缓冲区。
len dst 的长度(以字节为单位)。
输出字符串始终以空值终止。如果缓冲区太小,则值将被截断。最多有 len 个字符被复制到给定的缓冲区,包括空终止符。