Click or drag to resize

PackageConfigToJsonString Method

The current PackageConfig serialized into JSON (using the default options), in string form.

Namespace:  Demo3D.PackageManager
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public string ToJsonString()

Return Value

Type: String
The JSON representation of the PackageConfig, in string form.
See Also