IXPathResultStringValue Property |
The value of this string result.
Namespace: Aspose.Html.Dom.XPathAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxstring StringValue { get; }
ReadOnly Property StringValue As String
Get
property String^ StringValue {
String^ get ();
}
abstract StringValue : string with get
Property Value
Type:
String
ExceptionsException | Condition |
---|
DOMException | TYPE_ERR: raised if resultType is not
String type. |
See Also