The Portrate Interview Engine

DPLFormDataModel.ToString Method 

Outputs a string with [ ] as the set demarking characters. This is a recursive method that will include the string output of all child sets in this model.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: String* ToString();
[JScript]
public override function ToString(): String;

Return Value

See Also

DPLFormDataModel Class | Portrate.Interview.Model Namespace