EDN Admin
Well-known member
I have a simple function that iterates through an array and builds a string (with some other formatting) by calling the ToString() method of each item. The input parameter is defined as type object[]. When I try to pass an array of integers to this function,
the compiler tells me: Cannot convert type int[] to object[]. How do I allow my function to accept any input type? As a general test, I can see:
<div style="background-c
<span lang="EN-US" style="font-size:8pt; color:black; font-family:Verdana,sans-serif Hello Folks,
<br/>
<br/>
I have several xsds with same namespace and I want to combine them into a single physical XSD file.<br/>
<span style="font-size:8pt; color:black; font-family:Verdana,sans-serif What<span lang="EN-GB" style="font-size:8pt; color:black; font-family:Verdana,sans-serif tool<span lang="EN-US" style="font-size:8pt; color:black; font-family:Verdana,sans-serif
can I use & how to go about? I did some googling and found XmlSchemaSet class<br/>
and xsd.exe tool. Im not looking for a simple file merge tool but a real intelligent way to regroup the individual xsds to give me one logical XSDs without breaking the schema.
<br/>
<br/>
<span style="font-size:8pt; color:black; font-family:Verdana,sans-serif Waiting for your valuable inputs.<br/>
<br/>
Thanks in advance<br/>
Clement
View the full article
the compiler tells me: Cannot convert type int[] to object[]. How do I allow my function to accept any input type? As a general test, I can see:
<div style="background-c
<span lang="EN-US" style="font-size:8pt; color:black; font-family:Verdana,sans-serif Hello Folks,
<br/>
<br/>
I have several xsds with same namespace and I want to combine them into a single physical XSD file.<br/>
<span style="font-size:8pt; color:black; font-family:Verdana,sans-serif What<span lang="EN-GB" style="font-size:8pt; color:black; font-family:Verdana,sans-serif tool<span lang="EN-US" style="font-size:8pt; color:black; font-family:Verdana,sans-serif
can I use & how to go about? I did some googling and found XmlSchemaSet class<br/>
and xsd.exe tool. Im not looking for a simple file merge tool but a real intelligent way to regroup the individual xsds to give me one logical XSDs without breaking the schema.
<br/>
<br/>
<span style="font-size:8pt; color:black; font-family:Verdana,sans-serif Waiting for your valuable inputs.<br/>
<br/>
Thanks in advance<br/>
Clement
View the full article