<PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview6.19264.9" />

EncodingNLS

abstract class EncodingNLS : Encoding
protected EncodingNLS(int codePage)

protected EncodingNLS(int codePage, EncoderFallback enc, DecoderFallback dec)

public abstract int GetByteCount(Char* chars, int count, EncoderNLS encoder)

public abstract int GetBytes(Char* chars, int charCount, Byte* bytes, int byteCount, EncoderNLS encoder)

public abstract int GetCharCount(Byte* bytes, int count, DecoderNLS decoder)

public abstract int GetChars(Byte* bytes, int byteCount, Char* chars, int charCount, DecoderNLS decoder)