Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 551 Bytes

File metadata and controls

22 lines (16 loc) · 551 Bytes
description Learn more about: BinaryEncoding.Type
title BinaryEncoding.Type
ms.topic reference
ms.subservice m-source

BinaryEncoding.Type

Definition

Specifies the type of binary encoding.

Allowed values

Name 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