PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a corresponding Xml type code for the specified XForms-specific datatype. Defaults to XmlTypeCode.String.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static  XmlTypeEquivalent(
	 name
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function XmlTypeEquivalent ( _
	name As  _
) As 

Parameters

name
XmlQualifiedName
The (XForms) qualified name.

Return Value

A corresponding Xml type code.

See Also

XmlUtil Class
Smartsite.Core Namespace
Advanced