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