Windward Studios API Reference
ConvertToDotNetType Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.datasource.xml.saxon Namespace > SaxonDataSourceDotNet.XpathDataSourceNodeDotNet Class : ConvertToDotNetType Method




schemaType
The Saxon schema type to convert.

Glossary Item Box

For a given Saxon SchemaType, get the matching .Net type.

Syntax

Visual Basic (Declaration) 
Public Shared Function ConvertToDotNetType( _
   ByVal schemaType As net.sf.saxon.type.SchemaType _
) As Type
Visual Basic (Usage)Copy Code
Dim schemaType As net.sf.saxon.type.SchemaType
Dim value As Type
 
value = SaxonDataSourceDotNet.XpathDataSourceNodeDotNet.ConvertToDotNetType(schemaType)
C# 
public static Type ConvertToDotNetType( 
   net.sf.saxon.type.SchemaType schemaType
)
Managed Extensions for C++ 
public: static Type* ConvertToDotNetType( 
   net.sf.saxon.type.SchemaType* schemaType
) 
C++/CLI 
public:
static Type^ ConvertToDotNetType( 
   net.sf.saxon.type.SchemaType^ schemaType
) 

Parameters

schemaType
The Saxon schema type to convert.

Return Value

The matching .Net type.

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software