Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfDateTime Structure / IsString Property

In This Topic
    IsString Property (PdfDateTime)
    In This Topic
    Gets a value indicating whether this PdfDateTime struct contains a string value which cannot be converted to System.DateTime.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsString As System.Boolean
    public System.bool IsString {get;}
    See Also