Click or drag to resize

ConfigurationLoaderResolvePath Method

Resolves a Path using the in-use path-resolver.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string ResolvePath(
	string path
)

Parameters

path
Type: SystemString
Path to resolve.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.ResolvePath(System.String)"]

See Also