TextRecognitionSettingsToString Method |
Converts the list of window classes identified via the Text Recognition engine to a string.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public override string ToString()
Public Overrides Function ToString As String
Dim instance As TextRecognitionSettings
Dim returnValue As String
returnValue = instance.ToString()
public:
virtual String^ ToString() override
Return Value
Type:
String
A string holding the comma-separated list of window classes identified via the Text Recognition engine.
See Also