Skip to content

ERPConnect.SAPEncodingInfo

Namespace: ERPConnect
Assembly: ERPConnectStandard20.dll

public sealed class SAPEncodingInfo

Inheritance

objectSAPEncodingInfo

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

DefaultLittleEndian

SAP codepage 1100, little endian

public static SAPEncodingInfo DefaultLittleEndian { get; }

Property Value

SAPEncodingInfo

IsBigEndian

public bool IsBigEndian { get; }

Property Value

bool

SAPCodepage

public ushort SAPCodepage { get; }

Property Value

ushort

TwoBytesPerCharacter

public bool TwoBytesPerCharacter { get; }

Property Value

bool

UTF16BigEndian

SAP codepage 4102, big endian

public static SAPEncodingInfo UTF16BigEndian { get; }

Property Value

SAPEncodingInfo

UTF16LittleEndian

SAP codepage 4103, little endian

public static SAPEncodingInfo UTF16LittleEndian { get; }

Property Value

SAPEncodingInfo

Methods

GetEncoding()

public Encoding GetEncoding()

Returns

Encoding