ResXResourceReaderCheckHeader Property
Gets or sets whether "resheader" entries are checked in the .resx file. When
, a
NotSupportedException
can be thrown during the enumeration when "resheader" entries contain invalid values. When header entries are
missing, no exception is thrown.
Default value:
.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool CheckHeader { get; set; }
Public Property CheckHeader As Boolean
Get
Set
public:
property bool CheckHeader {
bool get ();
void set (bool value);
}
member CheckHeader : bool with get, set
Property Value
Boolean