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