SysUtils.TEncoding.GetString

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From SysUtils.pas

	function GetString(const Bytes: TBytes): string; overload;
 
	function GetString(const Bytes: TBytes;
		ByteIndex: Integer;
		ByteCount: Integer): string; overload;


Unit: SysUtils

Type: method

Visibility: public

Member Of: TEncoding

C++ Information

From SysUtils.hpp

	System::UnicodeString __fastcall GetString(System::DynamicArray<unsigned char> Bytes);
 
	System::UnicodeString __fastcall GetString(System::DynamicArray<unsigned char> Bytes, int ByteIndex, int ByteCount);


Unit: SysUtils

Type: method

Visibility: public

Member Of: TEncoding

Description

Decodes the byte array into a string.


TEncoding.GetString decodes the Bytes byte array into a string.

ByteIndex specifies the first byte to decode.

ByteCount specifies the number of bytes to decode.

See Also

Code Samples


Personal tools
Translations
Newest Version