Click or drag to resize

BaseToken.Value Property

Gets the String Value which this Token represents (if any).

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public string Value { get; }

Property Value

Type: String

Implements

IToken.Value
See Also