convert the odata key predicate object/value to string
formatId(1) // => String('(1)')formatId({UUID:'xxx'}) // => String('(UUID='xxx')') Copy
formatId(1) // => String('(1)')formatId({UUID:'xxx'}) // => String('(UUID='xxx')')
convert the odata key predicate object/value to string