BinaryEncoding.Type specifies the type of binary encoding.
Enumeration Options
Enumerations simplify the process of selecting options within a function. To specify the BinaryEncoding.Type
, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).
Argument | Value | Description |
---|---|---|
BinaryEncoding.Base64 | 0 | Constant to use as the encoding type when base-64 encoding is required. |
BinaryEncoding.Hex | 1 | Constant to use as the encoding type when hexadecimal encoding is required. |
Applies to
Here’s a list of functions that work with BinaryEncoding.Type:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy