Click or drag to resize

XmlHelperQuote Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
XML quote the passed string.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static string Quote(
	string s
)

Parameters

s
Type: SystemString
The string to quote.

Return Value

Type: String
The quoted string.
See Also