Click or drag to resize

DataTypeToken Constructor

Creates a new DataType Token.

Namespace:  VDS.RDF.Parsing.Tokens
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public DataTypeToken(
	string value,
	int line,
	int start,
	int end
)

Parameters

value
Type: SystemString
DataType Uri including the < > deliminators or a QName.
line
Type: SystemInt32
Line the DataType occurs on.
start
Type: SystemInt32
Column the DataType starts at.
end
Type: SystemInt32
Column the DataType ends at.
See Also