8 references to ToChar
mscorlib (4)
system\enum.cs (1)
960return Convert.ToChar(GetValue(), CultureInfo.CurrentCulture);
system\runtime\serialization\formatter.cs (1)
144WriteChar(Convert.ToChar(data, CultureInfo.InvariantCulture), memberName);
system\runtime\serialization\formatterconverter.cs (1)
57return System.Convert.ToChar(value, CultureInfo.InvariantCulture);
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (1)
729WriteChar(Convert.ToChar(value, CultureInfo.InvariantCulture));
System.Data (1)
fx\src\data\System\Data\Select.cs (1)
557vRight = Convert.ToChar(vRight, table.FormatProvider);
System.Management (2)
property.cs (2)
488 ((Int16[])(wmiValue))[i] = (Int16)Convert.ToChar(valArray.GetValue(i),(IFormatProvider)culInfo.GetFormat(typeof(System.Char))); 579 wmiValue = (Int16)Convert.ToChar(val,(IFormatProvider)culInfo.GetFormat(typeof(System.Char)));
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4312v.data1 = (IntPtr)Convert.ToChar(var, CultureInfo.InvariantCulture);