Click or drag to resize

XmlHelperEncodeUri Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Encode a System Identifier as per the XML 1.0 Specification second edition, section 4.2.2.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static string EncodeUri(
	string uri
)

Parameters

uri
Type: SystemString
The URI to encode.

Return Value

Type: String
The encoded URI.
See Also