Click or drag to resize

BlankNodeOutputMapperGetOutputID Method

Takes a ID, validates it and returns either the ID or an appropriate remapped ID.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public string GetOutputID(
	string id
)

Parameters

id
Type: SystemString
ID to map.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.BlankNodeOutputMapper.GetOutputID(System.String)"]

See Also