System.UnicodeString.BytesOf
C++
DynamicArray<System::Byte> BytesOf() const;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | ustring.h | System | UnicodeString |
説明
文字列のデータをバイト配列で取得します。
BytesOf は、UnicodeString のデータのバイト配列コピーを取得します。データはそのままコピーされ、エンコードもデコードも行われません。
C++
DynamicArray<System::Byte> BytesOf() const;
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | ustring.h | System | UnicodeString |
文字列のデータをバイト配列で取得します。
BytesOf は、UnicodeString のデータのバイト配列コピーを取得します。データはそのままコピーされ、エンコードもデコードも行われません。