|   | GuidExtensionsCopyLittleEndianBytes(Guid, Byte, Int32) Method | 
        
        
            Writes a Guid in Little Endian byte order.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static int CopyLittleEndianBytes(
	Guid guid,
	byte[] buffer,
	int startingIndex
)
Public Shared Function CopyLittleEndianBytes ( 
	guid As Guid,
	buffer As Byte(),
	startingIndex As Integer
) As Integer
static member CopyLittleEndianBytes : 
        guid : Guid * 
        buffer : byte[] * 
        startingIndex : int -> int GSF.GuidExtensions.CopyLittleEndianBytes = function(guid, buffer, startingIndex);
Parameters
- guid  Guid
- the Guid to serialize
- buffer  Byte
- where to store the guid
- startingIndex  Int32
- the starting index in buffer
Return Value
Int32 See Also
See Also