[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfDateTime.TryParse

TryParse Method

TryParse(string, out DateTimeOffset)

Tries to convert a string to DateTimeOffset. See PDF 1.7 specification chapter 3.8.3.

Declaration
public static bool TryParse(string s, out DateTimeOffset value)
Parameters
Type Name Description
string s

The string in the format D:YYYYMMDDHHmmSSOHH'mm'.

DateTimeOffset value

OUT: The parsed DateTimeOffset value.

Returns
Type Description
bool

True if conversion succeed, false otherwise.