[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Convert an array of bytes from one encoding to another
Source position: sysencodingh.inc line 56
public class function TEncoding.Convert( |
Source: TEncoding; |
Destination: TEncoding; |
const Bytes: TBytes |
Source: TEncoding; |
Destination: TEncoding; |
const Bytes: TBytes; |
StartIndex: Integer; |
Count: Integer |
):TBytes; overload; |
Convert will convert the bytes in Bytes from encoding Source to encoding Destination and returns the converted bytes as an array. If StartIndex and Count are specified, the conversion starts at (zero-based) index StartIndex, and only Count bytes will be converted.
TEncoding.GetBytes |
TEncoding.GetChars |