RanorexRanorex Documentation
ToResolvedString Method
NamespacesRanorex.CoreRxPathToResolvedString()()()
Converts the RxPath to its string representation, with the variables resolved to their current values.
Declaration Syntax
C#Visual BasicVisual C++
public string ToResolvedString()
Public Function ToResolvedString As String
public:
String^ ToResolvedString()
Return Value
The RxPath as string.
Remarks
To correctly resolve the variables, an active DataProviderContext is needed.

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