2 references to ToSByte
System (1)
compmod\system\componentmodel\SByteConverter.cs (1)
40return Convert.ToSByte(value, radix);
System.Activities (1)
System\Activities\Debugger\DebugInfo.cs (1)
332location.Value = Convert.ToSByte(RemoveHexadecimalPrefix(value), Convert.ToInt32(stringRadix, CultureInfo.InvariantCulture));