RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

ExtensionMethods..::..ToDate Method

Converts to date.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public static Nullable<DateTime> ToDate(
	this string value
)
<ExtensionAttribute> _
Public Shared Function ToDate ( _
	value As String _
) As Nullable(Of DateTime)
[ExtensionAttribute]
public:
static Nullable<DateTime^> ToDate(
	String^ value
)

Parameters

value
Type: String
The value.

Return Value

System.Nullable<DateTime>.