GuidsToBytesBE Method
Converts a guid to big-endian byte array. This is also the internal storage format used by SQL server
(i.e., what is obtained by casting to/from BINARY(16)).
Namespace: Quine.Schemas.CoreAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public static byte[] ToBytesBE(
Guid guid
)
- guid Guid
- Guid to convert.
ByteBig-endian byte array.