Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » datatype » parsing   (RSS)

New Format on the Block [Anthony Moore]

One thing that has not changed much in Whidbey is the set of format strings used by base data types for parsing and formatting. However, there is one new format element supported by the DateTime class that can be very useful if you use the ParseExact
Posted by BCLTeam | 0 Comments
Filed under: ,

How to Work Around Problems Serializing DateTime in XML [Anthony Moore]

I wrote a while ago about problems with the way DateTime worked with features like DataSet, XML Serialization (WebServices) and XmlConvert. Basically, DateTime is always treated as a local time by these XML-based systems, which means that you get incorrect
Posted by BCLTeam | 7 Comments
Filed under: , , ,

DateTime Parsing and Formatting with Time Zones [Anthony Moore]

Here is a new DateTim FAQ entry. What is the relationship between DateTime parsing and formatting and the time zone? Before reading below, see this entry for a more practical description of how to using formatting and parsing for the purposes of storing
Posted by BCLTeam | 7 Comments
Filed under: ,

Kick Off the Blog with a TryParse sample!

Blog Kick-Off with a TryParse Sample
Posted by BCLTeam | 7 Comments
Filed under: ,
 
Page view tracker