ConversionToUInt16 Method
Return the Unsigned Integer representation of the bytes in the
specified offset of the caller's buffer.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static ushort ToUInt16(
byte[] source,
uint offset
)
Public Shared Function ToUInt16 (
source As Byte(),
offset As UInteger
) As UShort
No code example is currently available or this language may not be supported.
- source Byte
-
Buffer to be copied.
- offset UInt32
-
Offset in the Source at which bytes will be read.
UInt16
UInt value converted from content of buffer.