Click or drag to resize

GuidExtensionsToLittleEndianGuid(Byte, Int32) Method

Mimicks the encoding that was present in LittleEndianOrder on a Little Endian CPU.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.245-beta+94213ae9d4d0aa7a2c48e5398b12d267b99f868a
Syntax
public static Guid ToLittleEndianGuid(
	byte[] buffer,
	int startingIndex
)
View Source

Parameters

buffer  Byte
where to read the Guid.
startingIndex  Int32
the starting index in buffer

Return Value

Guid
See Also