Click or drag to resize

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)
Syntax
C#
public static XmlValueType LookupXmlValueType(
	string type
)

Parameters

type
Type: SystemString
the type to lookup.

Return Value

Type: XmlValueType
The corresponding XmlValueType or null if no match exists.
See Also