Encoding Property

Summary
Gets a value that indicates how the JSON element data is encoded.
Syntax
C#
VB
C++
public ElementDataType Encoding { get; set; } 
Public Property Encoding As ElementDataType 
public: 
property ElementDataType Encoding { 
   ElementDataType get(); 
   void set (    ElementDataType ); 
} 

Property Value

Value that indicates how the JSON element data is encoded.

Remarks

Modifying Encoding changes how the JSON element value is decoded.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.