StringToBytes Method

Treatail NEO Core Logic

Treatail.NEO

ConversionHelper..::..StringToBytes Method

Strings to bytes.

Namespace:  Treatail.NEO.Core.Logic
Assembly:  Treatail.NEO.Core (in Treatail.NEO.Core.dll)

Syntax


public static byte[] StringToBytes(
	string str
)
Public Shared Function StringToBytes ( _
	str As String _
) As Byte()
public:
static array<unsigned char^>^ StringToBytes(
	String^ str
)

Parameters

str
Type: String
The string.

Return Value

The byte representation of the string