Namespace: Assorted.Utils.Serialization
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Converts the specified standard string representation of a date to its System.DateTime
equivalent. The leading and trailing white spaces are ignored.
public static DateTime? StrToDate(string value)
value
: string
The string representation of a date in "yyyy'-'MM'-'dd"
format.
DateTime?
A System.DateTime
whose value is represented by value
if the operation succeeds; otherwise, null
.
This document is generated by DG.