XmlHelperLookupXmlValueType Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Convert a string type to known XmlValueTypes, if any.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic static XmlValueType LookupXmlValueType(
string type
)
Parameters
- type
- Type: SystemString
the type to lookup.
Return Value
Type:
XmlValueTypeThe corresponding
XmlValueType or
null if no match exists.
See Also