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
)
Public Shared Function GetParser (
data As String
) As IRdfReader
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