2 references to ToChar
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
473
public static char ToChar(long value) =>
ToChar
((ulong)value);
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
201
return Convert.
ToChar
(m_value);