Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取字符串/二进制值的长度。
size_t UltraLite_StreamReader_iface::GetLength( bool fetch_as_chars )
fetch_as_chars 对于字节,长度为 false;对于字符,长度为 true。
二进制值的字节数(对于二进制,将忽略 fetch_as_chars)。
字符串值的字符数或字节数。