DataErrorIndex Property
DataErrorIndex
Gets or sets the index into the data field where the parsing error occurred, if known.
C#
public int? DataErrorIndex { get; set; }
Property Value
Type | Description |
---|---|
int? | The index of the data error. |