SqlDateTime.Parse(String) 方法

定义

将日期和时间的指定的 String 表示形式转换为其等效的 SqlDateTime 形式。

public:
 static System::Data::SqlTypes::SqlDateTime Parse(System::String ^ s);
public static System.Data.SqlTypes.SqlDateTime Parse (string s);
static member Parse : string -> System.Data.SqlTypes.SqlDateTime
Public Shared Function Parse (s As String) As SqlDateTime

参数

s
String

要分析的 string

返回

一个 SqlDateTime 结构,它等于指定的 string 表示的日期和时间。

适用于

另请参阅