Xceed Binary Encoding Library Documentation
Xceed Binary Encoding control reference / Encoding Format objects / XceedBase64EncodingFormat object / ContinueOnInvalidData property
In This Topic
    ContinueOnInvalidData property
    In This Topic

    Description

    The ContinueOnInvalidData property allows you to determine if the library should stop decoding data if it encounters invalid or corrupted data. Setting this property to True will cause the library to continue decoding data (without raising an error code) even if it encounters invalid data. Setting this property to False will cause the library to abort the operation and raise an error if it encounters invalid data.

    Data type

    Boolean Variant

    Default value

    True

    Applicable methods

    Decode, ProcessFile, ReadFile, WriteFile