|   | GuidExtensionsToLittleEndianGuid(Byte, Int32) Method | 
        
        
            Mimicks the encoding that was present in LittleEndianOrder on a Little Endian CPU. 
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static Guid ToLittleEndianGuid(
	byte[] buffer,
	int startingIndex
)
Public Shared Function ToLittleEndianGuid ( 
	buffer As Byte(),
	startingIndex As Integer
) As Guid
static member ToLittleEndianGuid : 
        buffer : byte[] * 
        startingIndex : int -> Guid GSF.GuidExtensions.ToLittleEndianGuid = function(buffer, startingIndex);
Parameters
- buffer  Byte
- where to read the Guid.
- startingIndex  Int32
- the starting index in buffer
Return Value
Guid See Also
See Also