System.NetEncoding.TNetEncoding

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTNetEncoding

Delphi

TNetEncoding = class

C++

class PASCALIMPLEMENTATION TNetEncoding : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
System.NetEncoding.pas
System.NetEncoding.hpp
System.NetEncoding System.NetEncoding

Description

Class that serves both as a base class and as a shortcut to the encoding and decoding classes in System.NetEncoding.

All subclasses of TNetEncoding provide the following encoding and decoding methods:

Encoding Decoding
Input Method Output Input Method Output

TBytes

EncodeBytesToString

String

DecodeStringToBytes

TBytes

TBytes

Encode

TBytes

Decode

TBytes

TStream

TStream

TStream

String

String

String

Input Strings for Decode and DecodeStringToBytes should be UTF8 encoded.

See Also