Discuss this help topic in SecureBlackbox Forum
Specifies the character to quote the parameter with.
Declaration
[C#/Java]
char QuoteParamChar;
[VB.NET]
Property QuoteParamChar As Char
[Pascal]
property QuoteParamChar : char;
[C++]
char get_QuoteParamChar();
void set_QuoteParamChar(char Value);
[PHP]
char get_QuoteParamChar()
void set_QuoteParamChar(char $Value)
Description
By default it's double-quote (").
Discuss this help topic in SecureBlackbox Forum