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
)
Protected Function Escape (
value As String,
escapes As List(Of String())
) As String
Parameters
- value
- Type: SystemString
Value. - escapes
- Type: System.Collections.GenericListString
Escapes.
Return Value
Type:
StringEscaped string.
See Also