BytesOf - C++ Builder

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

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


把字符串按照系统默认编码转成字节数组

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

System::DynamicArray<System::Byte> __fastcall BytesOf(const System::UnicodeString Val);
System::DynamicArray<System::Byte> __fastcall BytesOf(const System::WideChar Val);
System::DynamicArray<System::Byte> __fastcall BytesOf(const System::RawByteString Val);
System::DynamicArray<System::Byte> __fastcall BytesOf(const void * Val, const int Len);
System::DynamicArray<System::Byte> __fastcall BytesOf(const char Val);

参数:

返回值:


相关:


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

上一篇 下一篇

猜你喜欢

热点阅读