2 references to TryConvertFromTruncating
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (2)
611
else if (!
TryConvertFromTruncating
(value, out result) && !TOther.TryConvertToTruncating(value, out result))
820
static bool INumberBase<byte>.TryConvertFromTruncating<TOther>(TOther value, out byte result) =>
TryConvertFromTruncating
(value, out result);