ConversionToByteArray(String) Method
Convert a string to a byte array and return the byte array.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static byte[] ToByteArray(
string sourceString
)
Public Shared Function ToByteArray (
sourceString As String
) As Byte()
No code example is currently available or this language may not be supported.
- sourceString String
-
The source string to convert.
Byte
An array of bytes.