Search

Method encodeValueBytes(Number[] value)

Encodes the provided value into a form suitable for use as the assertion value in the string representation of a search filter. Parentheses, asterisks, backslashes, null characters, and any non-ASCII characters will be escaped using a backslash before the hexadecimal representation of each byte in the character to escape.

Returns

String

Arguments

Name Type Description
value Number[] The value to be encoded. It must not be null.