Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static field: NumericConversionOptions AllowTruncation

Declaration

NumericConversionOptions AllowTruncation

Summary

Allows conversion of non-integral numbers to integer types by truncation (rounding towards zero). If NumericConversionOptions.AllowConversionFromString is specified, strings containing a decimal part are also converted and truncated when converting to an integer type.