XmlHelperLookupXmlValueType Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Convert a string type to known XmlValueTypes, if any.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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