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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly