ConversionToString(Byte, UInt32, Boolean) Method
Return the String representation of bytes in the specified offset
of the caller's buffer.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToString(
byte[] source,
uint offset,
bool count
)
Public Shared Function ToString (
source As Byte(),
offset As UInteger,
count As Boolean
) As String
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.
- count Boolean
-
Value indicating whether the first byte at the offset of the buffer
contains the count of characters to read.
String
String, converted from information at specified offset of buffer.