| Home | How To | Online Documentation | Support | Download | Order |
|
|
#ifdef SA_UNICODE Return ValueA count of characters in the multibyte string. RemarksThis special function allows you to get a number of multibyte characters in the given string both in Unicode and non-Unicode builds. In Unicode build (SA_UNICODE is defined) this method converts the SAString object to multibyte string and returns the number of multibyte characters on the fly. In non-Unicode built (default, SA_UNICODE is not defined) this method acts like 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. |
||||||||||||||||||