DecoderValidationFallbackHasError Property
Indicates whether a decoding error occurred.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.5.0+6287955de434d14f61638ea0c3c40b499ae05cd1
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.