OverflowChecking ​
Specifies whether to check for overflow when performing arithmetic operations.
Kind: Enum
Namespace: ConnectorLib
Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable
Public Attributes
OverflowChecking
Checked
Overflow checking is enabled.
OverflowChecking
Unchecked
Overflow checking is disabled.
Enums
OverflowChecking
[Checked = 0, Unchecked = 1]Specifies whether to check for overflow when performing arithmetic operations.
