2 references to ToChar
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
464public static char ToChar(int value) => ToChar((uint)value);
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
202return Convert.ToChar(m_value);