System.UnicodeString.BytesOf

提供: RAD Studio API Documentation
移動先: 案内検索

C++

DynamicArray<System::Byte> BytesOf() const;

プロパティ

種類 可視性 ソース ユニット
function public ustring.h System UnicodeString

説明

文字列のデータをバイト配列で取得します。

BytesOf は、UnicodeString のデータのバイト配列コピーを取得します。データはそのままコピーされ、エンコードもデコードも行われません。

関連項目