XmpDate.TryParse(String, out XmpDate) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| value | String |
| result | XmpDate |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
public static bool TryParse(
string value,
out XmpDate result
)
Public Shared Function TryParse(
value As String,
ByRef result As XmpDate
) As Boolean
| Name | Type |
|---|---|
| value | String |
| result | XmpDate |
| Type |
|---|
| Boolean |