Discuss this help topic in SecureBlackbox Forum
Specifies if input data must be interpreted as text.
Declaration
[C#/Java]
bool InputIsText /* = false */;
[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)
Description
Use this property when you want to specify that input data must be interpreted as text.
Discuss this help topic in SecureBlackbox Forum