Click or drag to resize

StringParserGetParser Method

Uses the rules described in the remarks for the Parse() to return the most likely Parser.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IRdfReader GetParser(
	string data
)

Parameters

data
Type: SystemString
Raw RDF String.

Return Value

Type: IRdfReader

[Missing <returns> documentation for "M:VDS.RDF.Parsing.StringParser.GetParser(System.String)"]

See Also