Click or drag to resize

BaseTokeniserFormat Property

Gets/Sets the Format that this Tokeniser is used for.

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

Property Value

Type: String
Remarks
The value set here will replace any instances of {0} specified in inputs to the Error() function allowing messages regarding certain syntaxes not being valid in a given format to be provided.
See Also