Parse Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System Namespace
DateTime Structure
DateTime Methods
Parse Method
Parse Method (String)
Parse Method (String, IFormatP ...
Parse Method (String, IFormatP ...
DateTime Methods
Add Method
AddDays Method
AddHours Method
Addition Operator
AddMilliseconds Method
AddMinutes Method
AddMonths Method
AddSeconds Method
AddTicks Method
AddYears Method
Compare Method
CompareTo Method
DaysInMonth Method
Equality Operator
Equals Method
FromBinary Method
FromFileTime Method
FromFileTimeUtc Method
FromOADate Method
GetDateTimeFormats Method
GetHashCode Method
GetTypeCode Method
GreaterThan Operator
GreaterThanOrEqual Operator
IConvertible.ToBoolean Method
IConvertible.ToByte Method
IConvertible.ToChar Method
IConvertible.ToDateTime Method
IConvertible.ToDecimal Method
IConvertible.ToDouble Method
IConvertible.ToInt16 Method
IConvertible.ToInt32 Method
IConvertible.ToInt64 Method
IConvertible.ToSByte Method
IConvertible.ToSingle Method
IConvertible.ToType Method
IConvertible.ToUInt16 Method
IConvertible.ToUInt32 Method
IConvertible.ToUInt64 Method
Inequality Operator
IsDaylightSavingTime Method
ISerializable.GetObjectData Me ...
IsLeapYear Method
LessThan Operator
LessThanOrEqual Operator
Parse Method
ParseExact Method
SpecifyKind Method
Subtract Method
Subtraction Method
ToBinary Method
ToFileTime Method
ToFileTimeUtc Method
ToLocalTime Method
ToLongDateString Method
ToLongTimeString Method
ToOADate Method
ToShortDateString Method
ToShortTimeString Method
ToString Method
ToUniversalTime Method
TryParse Method
TryParseExact Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
DateTime
.
.
::
.
Parse Method
Converts the specified string representation of a date and time to its
DateTime
equivalent.
Overload List
Name
Description
Parse(String)
Converts the specified string representation of a date and time to its
DateTime
equivalent.
Parse(String, IFormatProvider)
Converts the specified string representation of a date and time to its
DateTime
equivalent using the specified culture-specific format information.
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.
Top
See Also
Reference
DateTime Structure
DateTime Members
System Namespace
Tags :