| Home | How To | Online Documentation | Support | Download | Order |
|
|
int GetBinaryLength( ) const; Return ValueA count of the bytes in the binary data block represented by the SAString object. RemarksCall this member function to get a count of the bytes in this SAString object. GetBinaryLength method was implemented specially for working with binary data. This method always returns the length of SAString object data in bytes. This method is specially usefull for Unicode build (SA_UNICODE is defined) where character size is not equal to one byte. For non-Unicode build (default, SA_UNICODE is not defined) GetBinaryLength behaves identically to GetLength. Server specific notesNo specific information. See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
||||||||||||||||||