Discuss this help topic in SecureBlackbox Forum
Specifies if input data must be interpreted as text.
Declaration
[VB.NET]
Property InputIsText As Boolean
[Pascal]
property InputIsText : boolean;
[C++]
bool get_InputIsText();
void set_InputIsText(bool Value);
[PHP]
bool get_InputIsText()
void set_InputIsText(bool $Value)
[Java]
boolean getInputIsText();
void setInputIsText(boolean Value);
Description
Use this property when you want to specify that input data must be interpreted as text.
Discuss this help topic in SecureBlackbox Forum