RanorexRanorex Documentation
Implicit Operator
NamespacesRanorex.CoreRxPathImplicit(String)
Implicitly converts a String to an RxPath.
Declaration Syntax
C#Visual BasicVisual C++
public static implicit operator RxPath (
	string path
)
Public Shared Widening Operator CType ( _
	path As String _
) As RxPath
static implicit operator RxPath^ (
	String^ path
)
Parameters
path (String)
The String instance to convert.
Return Value
The corresponding RxPath.
Exceptions
ExceptionCondition
RxPathExceptionThrown if the path is not valid.
ArgumentNullExceptionIf path is null.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)