3 references to CastFrom
System.Runtime.Numerics (3)
System\Number.BigInteger.cs (3)
597TChar.CastFrom(head + '0') : 598TChar.CastFrom(format == 'X' ? ((head & 0xF) - 10 + 'A') : ((head & 0xF) - 10 + 'a'))); 739sb.Append(TChar.CastFrom('0' + ((b >> i) & 0x1)));