XmlHelperEncodeUri Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntaxpublic static string EncodeUri(
string uri
)
Parameters
- uri
- Type: SystemString
The URI to encode.
Return Value
Type:
String
The encoded URI.
See Also