ResponseConditionToString Method (Int32) | 
 
            show the friendly message of this condition
            
 
    Namespace: 
   Hummingbird.TestFramework.Automation.ResponseConditions
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic abstract string ToString(
	int level
)
Public MustOverride Function ToString ( 
	level As Integer
) As String
public:
virtual String^ ToString(
	int level
) abstract
abstract ToString : 
        level : int -> string 
Parameters
- level
 - Type: SystemInt32
the indent level 
Return Value
Type: 
String
            A 
String that represents this instance.
            
See Also