ComplexResponseConditionToString Method (Int32) | 
 
            Returns a 
String that represents this instance.
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.ResponseConditions
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic override string ToString(
	int level
)
Public Overrides Function ToString ( 
	level As Integer
) As String
public:
virtual String^ ToString(
	int level
) override
abstract ToString : 
        level : int -> string 
override ToString : 
        level : int -> string Parameters
- level
 - Type: SystemInt32
The level. 
Return Value
Type: 
String
            A 
String that represents this instance.
            
See Also