ConversionToByte Method

Return the byte found at the specified offset of the buffer.

Definition

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

Parameters

source  Byte
Buffer containing the Byte to retrieve.
offset  UInt32
Location at which to retrieve the Byte.

Return Value

Byte
Byte at specified offset index of buffer.

See Also