ByteToCharLen - C++ Builder

2021-09-16  本文已影响0人  玄坴

C++ Builder 参考手册System::SysutilsByteToCharLen


字符串里面前面 MaxLen 个编码单元包含多少个字符,过时的函数,需要用 ElementToCharLen 代替

头文件:#include <System.SysUtils.hpp>
命名空间:System::Sysutils
函数原型:

int __fastcall ByteToCharLen(const System::UnicodeString S, int MaxLen);
int __fastcall ByteToCharLen(const System::AnsiString S, int MaxLen);

参数:

返回值:


相关:


C++ Builder 参考手册System::SysutilsByteToCharLen

上一篇 下一篇

猜你喜欢

热点阅读