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