Click or drag to resize

PageStringToByteArray Method

Converts a string into an UTF8 encoded byte array

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public static byte[] StringToByteArray(
	string str
)

Parameters

str
Type: SystemString
a string to convert

Return Value

Type: Byte
a UTF8 encoding
See Also