fromJSON Method

Summary

Converts a JSON-compatible dictionary object to a new LeadSizeD instance.

Syntax
TypeScript
JavaScript
fromJSON = function( 
   jsonObject 
) 
static fromJSON( 
   jsonObject: any 
): LeadSizeD; 

Parameters

jsonObject

A JavaScript JSON-compatible object that describes the LeadSizeD instance.

Return Value

a new LeadSizeD instance to describe the JSON object.

Remarks

The FromJSON method is meant for use only with JSON objects created via ToJSON from a LeadSizeD instance. The ToJSON and FromJSON methods allow the transfer of LeadSizeD data between .NET, Java, and JavaScript.

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 Assembly

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