ConversionToByteArray(Object) 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
)
Public Shared Function ToByteArray (
value As Object
) As Byte()
No code example is currently available or this language may not be supported.
- value Object
-
Object to convert.
Byte
Byte array representing information of specified object.