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; }
Protected Property Format As String
Get
Set
Property Value
Type:
StringRemarks 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