BaseFormatter.Escape Method |
Applies escapes to the given value.
Namespace:
VDS.RDF.Writing.Formatting
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected string Escape(
string value,
List<string[]> escapes
)
Protected Function Escape (
value As String,
escapes As List(Of String())
) As String
Parameters
- value
- Type: System.String
Value. - escapes
- Type: System.Collections.Generic.List<String[]>
Escapes.
Return Value
Type:
StringEscaped string.
See Also