IXPathResult.StringValue

IXPathResult.StringValue property

The value of this string result.

public string StringValue { get; }

Exceptions

exceptioncondition
DOMExceptionTYPE_ERR: raised if resultType is not String type.

See Also