ConversionToGuid(Byte, UInt32) Method
Return a Guid value from the specified location in the buffer.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static Guid ToGuid(
byte[] source,
uint offset
)
Public Shared Function ToGuid (
source As Byte(),
offset As UInteger
) As Guid
No code example is currently available or this language may not be supported.
- source Byte
-
Buffer from which to retrieve value.
- offset UInt32
-
Offset at which to begin retrieval.
Guid
Guid value found at the specified location within the buffer.