Convert from XSD types to/from .NET types

G

Guest

Following link shows the mapping between the types:
http://msdn.microsoft.com/library/default.asp?url=/library/en->us/cpguide/html/cpconDataTypeSupportBetweenXSDTypesNETFrameworkTypes.as>p

But I don't see how I can convert them. I read my values from the XML file, and >later save them back. I use dateTime's for instance and I don't see a way >instantly. Any help appreciated.

Duh, had to read on a little ;-)

http://msdn.microsoft.com/library/d...cpguide/html/cpconxsdschemaobjectmodelsom.asp

Cheers,
 
H

Henrik Dahl

Hello Tom,

You should just use XSD and the XML Serializer.


Best regards,

Henrik Dahl

file, and >later save them back. I use dateTime's for instance and I don't
see a way >instantly. Any help appreciated.
 

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