1 out of 8 rated this helpful - Rate this topic

DateTime.Parse Method

Converts the specified string representation of a date and time to its DateTime equivalent.

Name Description
DateTime.Parse (String) Converts the specified string representation of a date and time to its DateTime equivalent.

Supported by the .NET Compact Framework.

DateTime.Parse (String, IFormatProvider) Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information.

Supported by the .NET Compact Framework.

DateTime.Parse (String, IFormatProvider, DateTimeStyles) Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information and formatting style.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.