Gets the length of a string/binary value.
size_t UltraLite_StreamReader_iface::GetLength( bool fetch_as_chars )
fetch_as_chars False for byte length, true for char length.
The number of bytes for binary values (fetch_as_chars is ignored for binaries).
The number of characters or bytes for string values.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |