ConversionToString(Byte, UInt32) Method

Return the String representation of bytes in the specified offset of the caller's buffer.

Definition

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

Parameters

source  Byte
Buffer to be copied.
offset  UInt32
Offset in the Source at which bytes will be read.

Return Value

String
String balue converted from content of buffer.

Remarks

This method assumes that the byte at the specified offset contains a count of bytes to read.

See Also