RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::BytesOf Method

Get string's data in bytes.

Pascal
function BytesOf: DynamicArray<System::Byte>;
C++
__fastcall DynamicArray<System::Byte> BytesOf() const;

System::UnicodeString::BytesOf gets a byte array copy of a System::UnicodeString's data. The data is copied as is, with no encoding or decoding. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!