InputString Property
Data in memory to read from when calling ConvertXML or ConvertACH .
Syntax
[VB.NET] Public Property InputString As String
[C#] public string InputString {get; set;}
Remarks
This property contains the ACH or XML data, in memory, that you wish to parse and convert.
Default Value
""