Click or drag to resize

BaseFormatterEscape 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: SystemString
Value.
escapes
Type: System.Collections.GenericListString
Escapes.

Return Value

Type: String
Escaped string.
See Also