How to serialize a multi-dimesional string array using xmlserializer

D

DanielGifford

Hi-

Does anyone know, or better yet, have some example code, how to
serialize a mutil-dimensional string array in c# using the
xmlserializer? IE: string[,].

Thanks

-Dan
 
S

Simon Hart [MVP]

Multi-dimensional arrays are not supported even on the desktop. What is it
you are trying to achieve, why do you need multi-dimensional arrays? We have
done something similar but using nested classes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top