MimeTypeSelectorToString Method |
Gets the string representation of the selector as it would appear in an Accept header.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.MimeTypeSelector.ToString"]
Remarks
Unless this is an invalid selector this will always be a valid selector that could be appended to a MIME type header.
See Also