ExtensionsToString 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
)
<ExtensionAttribute>
Public Shared Function ToString (
u As Uri,
formatter As IUriFormatter
) As String
Parameters
- u
- Type: SystemUri
URI. - formatter
- Type: VDS.RDF.Writing.FormattingIUriFormatter
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