XPathExpressionToString Method (Boolean) |
Gets the string representation of the expression
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic string ToString(
bool wrapFilterXml
)
Public Function ToString (
wrapFilterXml As Boolean
) As String
public:
String^ ToString(
bool wrapFilterXml
)
Parameters
- wrapFilterXml
- Type: SystemBoolean
A value that indicates if the expression should be wrapped in an XML filter element
Return Value
Type:
StringThe string representation of the expression
See Also