2 references to GetBytes
Microsoft.Extensions.Identity.Core (1)
Rfc6238AuthenticationService.cs (1)
42
var timestepAsBytes = BitConverter.
GetBytes
(IPAddress.HostToNetworkOrder((long)timestepNumber));
System.Data.Common (1)
System\Data\Common\ObjectStorage.cs (1)
271
_values[recordNo] = BitConverter.
GetBytes
((long)value);