20 references to ToSByte
mscorlib (4)
system\enum.cs (1)
966return Convert.ToSByte(GetValue(), CultureInfo.CurrentCulture);
system\runtime\serialization\formatter.cs (1)
146WriteSByte(Convert.ToSByte(data, CultureInfo.InvariantCulture), memberName);
system\runtime\serialization\formatterconverter.cs (1)
66return System.Convert.ToSByte(value, CultureInfo.InvariantCulture);
system\runtime\serialization\formatters\binary\binaryformatterwriter.cs (1)
744WriteSByte(Convert.ToSByte(value, CultureInfo.InvariantCulture));
System.Data (13)
fx\src\data\System\Data\Filter\BinaryNode.cs (12)
301value = Convert.ToSByte((Convert.ToSByte(vLeft, FormatProvider) + Convert.ToSByte(vRight, FormatProvider)), FormatProvider); 405value = Convert.ToSByte((Convert.ToSByte(vLeft, FormatProvider) - Convert.ToSByte(vRight, FormatProvider)), FormatProvider); 493value = Convert.ToSByte((Convert.ToSByte(vLeft, FormatProvider) * Convert.ToSByte(vRight, FormatProvider)), FormatProvider); 559value = Convert.ToSByte((Convert.ToSByte(vLeft, FormatProvider) / Convert.ToSByte(vRight, FormatProvider)), FormatProvider);
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
454Value_I1(Convert.ToSByte((Int16)value, CultureInfo.InvariantCulture));
System.Management (2)
property.cs (2)
403 ((Int16[])(wmiValue))[i] = (Int16)Convert.ToSByte(valArray.GetValue(i),(IFormatProvider)culInfo.GetFormat(typeof(System.SByte))); 539 wmiValue = (Int16)Convert.ToSByte(val,(IFormatProvider)culInfo.GetFormat(typeof(System.Int16)));
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4355v.data1 = (IntPtr)Convert.ToSByte(var, CultureInfo.InvariantCulture);