OutputString Property
Contains the results from ConvertXML or ConvertACH .
Syntax
[VB.NET] Public ReadOnlyProperty OutputString As String
[C#] public string OutputString {get;}
Remarks
If SetOutputStream and OutputFile have not been set, the results of the ConvertXML or ConvertACH methods will be stored in memory and returned by the OutputString property.
This property is read-only.
Default Value
""