Click or drag to resize

VGSecurityManagerGetBytes Method

Encodes a specified String into a byte array

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static byte[] GetBytes(
	string text
)

Parameters

text
Type: SystemString
the string value to convert.

Return Value

Type: Byte
A byte array containing the encoded representation of the specified string.
See Also