Click or drag to resize

BaseFormatter.Escape Method

Applies escapes to the given value.

Namespace:  VDS.RDF.Writing.Formatting
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected string Escape(
	string value,
	List<string[]> escapes
)

Parameters

value
Type: System.String
Value.
escapes
Type: System.Collections.Generic.List<String[]>
Escapes.

Return Value

Type: String
Escaped string.
See Also