3 references to GetBytes
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\VBMath.vb (2)
79lValue = BitConverter.ToInt32(BitConverter.GetBytes(Number), 4) 81lValue = BitConverter.ToInt32(BitConverter.GetBytes(Number), 0)
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
291_values[recordNo] = BitConverter.GetBytes((double)value);