EncodingExtension Class

Extension methods for the Encoding class.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
C#
public static class EncodingExtension
Inheritance
Object    EncodingExtension

Methods

GetBytesEncodes all characters of the read-only character span to a corresponding Byte array.
GetStringDecodes all bytes in the specified read-only span into a String.

See Also