SqlDateTime Explicit Conversion (SqlString to SqlDateTime)

 
equivalentCodeEntity 

Converts the SqlString parameter to a SqlDateTime.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static explicit operator SqlDateTime (
	SqlString x
)

Return Value

Type: System.Data.SqlTypes::SqlDateTime

A SqlDateTime structure whose Value is equal to the date and time represented by the SqlString parameter. If the SqlString is null, the Value of the newly created SqlDateTime structure will be null.

.NET Framework
Available since 1.1
Return to top
Show: