DecoderValidationFallbackHasError Property
Indicates whether a decoding error occurred.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
public bool HasError { get; }
Public ReadOnly Property HasError As Boolean
Get
public:
property bool HasError {
bool get ();
}
member HasError : bool with get
Property Value
Booleantrue if an error occurred,
false otherwise.