ConversionToByteArray(Object, UInt32) Method
Return a byte array, converted from an object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static byte[] ToByteArray(
Object value,
uint length
)
Public Shared Function ToByteArray (
value As Object,
length As UInteger
) As Byte()
No code example is currently available or this language may not be supported.
- value Object
-
Object to convert.
- length UInt32
-
Absolute length of return array.
Byte
Byte array representing information of specified object.