Interface for Xrm.Encoding API

Hierarchy

  • Encoding

Methods

  • Encodes the specified string so that it can be used in HTML.

    Parameters

    • arg: string

      String to be encoded.

    Returns string

    Encoded string

  • Converts a string that has been HTML-encoded into a decoded string.

    Parameters

    • arg: string

      HTML-encoded string to be decoded.

    Returns string

    Decoded string

  • Converts a string to an HTML-encoded string.

    Parameters

    • arg: string

      String to be encoded.

    Returns string

    Encoded string

  • Applies attribute encoding to a string.

    Parameters

    • arg: string

      String to be encoded.

    Returns string

    Encoded string.

  • Applies XML encoding to a string.

    Parameters

    • arg: string

      String to be encoded.

    Returns string

    Encoded string.

Generated using TypeDoc