Encoding

Summary

The System.Encoding module comprises platform-agnostic classes and functions for dealing with encoding and decoding.

Description

The System.Encoding module provides platform-agnostic classes and functions for dealing with encoding and decoding, such as Unicode encoding and decoding.

Members

  • Base64

    Provides base64 encoding and decoding functions.

  • URI

    The System.Encoding.URI module provides encoding and decoding for Uniform Resource Identifiers (URI). The functions provided in this module correspond to the URI functions specified in ECMAScript 3.

  • UTF16

    Provides UTF-16 encoding and decoding.

  • UTF32

    Provides UTF-32 encoding and decoding.

  • UTF8

    Provides UTF-8 encoding and decoding.

Share

HTML | BBCode | Direct Link