Legend
| Static field: NumericConversionOptions AllowTruncation
DeclarationNumericConversionOptions AllowTruncation SummaryAllows 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. |