Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Infrastructure.HttpDate
HttpDate.TryParse(string, DateTime) Method
Parses a date value received over HTTP
http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1
csharp
public static bool TryParse(string value, out System.DateTime timestamp);
Parameters
value
System.String
Value to parse
timestamp
System.DateTime
Parsed date, if pasing succeeded
Returns
System.Boolean
True is parsing succeeds