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