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.0.101.19 (2019.0.0101.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