ConversionToByte Method
Return the byte found at the specified offset of the buffer.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static byte ToByte(
byte[] source,
uint offset
)
Public Shared Function ToByte (
source As Byte(),
offset As UInteger
) As Byte
No code example is currently available or this language may not be supported.
- source Byte
-
Buffer containing the Byte to retrieve.
- offset UInt32
-
Location at which to retrieve the Byte.
Byte
Byte at specified offset index of buffer.