XmpString.ToDateTime Method

Returns a DateTime value that represents this XmpString.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public DateTime ToDateTime()
VB
Public Function ToDateTime As DateTime

Return Value

Type: DateTime
A DateTime value that represents this XmpString.

See Also