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