VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.JavaScriptApi Namespace / PdfJsField Class / valueAsString Property
Syntax Remarks Requirements SeeAlso
In This Topic
    valueAsString Property (PdfJsField)
    In This Topic
    Gets the value of a field as a string.
    Syntax
    'Declaration
    
    Public ReadOnly Property valueAsString As System.String
    
    
    public System.String valueAsString { get; }
    
    
    public: __property System.String get_valueAsString();
    
    
    
    public:
    property System.String valueAsString { System.String get(); }
    Remarks

    It differs from value, which attempts to convert the contents of a field contents to an accepted format. For example, for a field with a value of "020", value returns the integer 20, while valueAsString returns the string "020".

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also