ConversionToGuid(Byte, UInt32) Method

Return a Guid value from the specified location in the buffer.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static Guid ToGuid(
	byte[] source,
	uint offset
)

Parameters

source  Byte
Buffer from which to retrieve value.
offset  UInt32
Offset at which to begin retrieval.

Return Value

Guid
Guid value found at the specified location within the buffer.

See Also