Returns the escaped string for a odata path fragment. The encoding rule is as follows:
value
encodeURIComponent
/
\
'
''
The value to encode.
Returns the escaped string for a odata path fragment. The encoding rule is as follows:
valueis encoded withencodeURIComponent./or\is double encoded.'is replaced with''.