XmlHelperGetUniversalName Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Return a universal XML element name.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static string GetUniversalName(
string local,
string prefix
)
Parameters
- local
- Type: SystemString
The local XML element name.
- prefix
- Type: SystemString
The Namespace prefix.
Return Value
Type:
String
The universal XML element name.
See Also