Discuss this help topic in SecureBlackbox Forum
Returns string value of the filter.
Declaration
[VB.NET]
Function ToString() As String
[Pascal]
function ToString : string;
[C++]
void ToString(std::string &OutResult);
[Java]
String toString();
Description
Use this method to get the string value of the filter.
Discuss this help topic in SecureBlackbox Forum