2 references to ToChar
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
487return ToChar(value, null);
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (1)
639return Convert.ToChar(this, provider);