2 implementations of CastFrom
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
1195
static byte IUtfChar<byte>.
CastFrom
(ulong value) => (byte)value;
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
1987
static char IUtfChar<char>.
CastFrom
(ulong value) => (char)value;
2 references to CastFrom
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
2074
*(--bufferEnd) = TChar.
CastFrom
(value + '0');
2107
*(--bufferEnd) = TChar.
CastFrom
(remainder + '0');