[]
Tries to convert a string to DateTimeOffset. See PDF 1.7 specification chapter 3.8.3.
public static bool TryParse(string s, out DateTimeOffset value)
Public Shared Function TryParse(s As String, ByRef value As DateTimeOffset) As Boolean
Type | Name | Description |
---|---|---|
string | s | The string in the format D:YYYYMMDDHHmmSSOHH'mm'. |
DateTimeOffset | value | OUT: The parsed DateTimeOffset value. |
Type | Description |
---|---|
bool | True if conversion succeed, false otherwise. |