@nospamproxy/core
    Preparing search index...

    Function getOdataEscapedPathFragment

    • Returns the escaped string for a odata path fragment. The encoding rule is as follows:

      • Every character of value is encoded with encodeURIComponent.
      • Every / or \ is double encoded.
      • Every ' is replaced with ''.

      Parameters

      • value: string

        The value to encode.

      Returns string