|
GuidExtensionsCopyLittleEndianBytes(Guid, Byte, Int32) Method
|
Writes a Guid in Little Endian byte order.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax public 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);
View SourceParameters
- guid Guid
- the Guid to serialize
- buffer Byte
- where to store the guid
- startingIndex Int32
- the starting index in buffer
Return Value
Int32See Also