Click or drag to resize

WriterHelperEncodeForXml Method

Encodes values for use in XML.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static string EncodeForXml(
	string value
)

Parameters

value
Type: SystemString
Value to encode.

Return Value

Type: String
The value with any ampersands escaped to &.
See Also