ByteToCharIndex - C++ Builder

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

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


包含某个编码单元的字符是在字符串里面的第几个字符,过时的函数,需要用 ElementToCharIndex 代替

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

int __fastcall ByteToCharIndex(const System::UnicodeString S, int Index);
int __fastcall ByteToCharIndex(const System::AnsiString S, int Index);

参数:

返回值:


相关:


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

上一篇 下一篇

猜你喜欢

热点阅读