The StringToByteArray static function converts a string into a byte array.

Declaration Syntax
public static byte[] StringToByteArray(
string input
)
Public Shared Function StringToByteArray ( _
input As String _
) As Byte()

Parameters
- input (String)
- String to convert

Return Value
String converted into byte array
Assembly:
MPfm.Core (Module: MPfm.Core) Version: 0.5.3.0 (0.5.3.0)