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 |
| 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