5 references to ToChar
System.Data.Common (1)
System\Data\Select.cs (1)
656vRight = Convert.ToChar(vRight, _table.FormatProvider);
System.Management (2)
System\Management\Property.cs (2)
468((short[])(wmiValue))[i] = (short)Convert.ToChar(valArray.GetValue(i), (IFormatProvider)culInfo.GetFormat(typeof(char))); 554wmiValue = (short)Convert.ToChar(val, (IFormatProvider)culInfo.GetFormat(typeof(char)));
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatter.cs (1)
106WriteChar(Convert.ToChar(data, CultureInfo.InvariantCulture), memberName);
System\Runtime\Serialization\FormatterConverter.cs (1)
36return System.Convert.ToChar(value, CultureInfo.InvariantCulture);