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