ConversionCopy(String, Byte, UInt32, Boolean) Method
Copy a value to a byte array.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void Copy(
string source,
byte[] target,
uint offset,
bool count
)
Public Shared Sub Copy (
source As String,
target As Byte(),
offset As UInteger,
count As Boolean
)
No code example is currently available or this language may not be supported.
Parameters
- source String
-
Value to be copied.
- target Byte
-
Byte Array to receive the converted value.
- offset UInt32
-
Offset in the Target at which bytes will be placed.
- count Boolean
-
Value indicating whether a count value will be placed at the first byte
of the offset.