Click or drag to resize

Extensions.ToString Method

Gets the String representation of the URI formatted using the given Formatter.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string ToString(
	this Uri u,
	IUriFormatter formatter
)

Parameters

u
Type: System.Uri
URI.
formatter
Type: VDS.RDF.Writing.Formatting.IUriFormatter
URI Formatter.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.Extensions.ToString(System.Uri,VDS.RDF.Writing.Formatting.IUriFormatter)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Uri. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also