API Integrator 2016 .NET Edition
API Integrator 2016 .NET Edition
Questions / Feedback?

Parse Method

Parses XML/JSON content and loads it into the component.

Syntax

[VB.NET]
Public Sub Parse(ByVal Input As String, ByVal Format As String)
[C#]
public void Parse(string input, string format);

Remarks

This method is used to parse and load XML or JSON content into the component.

Input can be set to either a valid file path or raw XML or JSON content. Format must be set to either "xml" or "json".

After the component has parsed and loaded the XML or JSON content, you can use the following properties to navigate and inspect it:

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 .NET Edition - Version 16.0 [Build 7709]