Visual Guard Class Library Documentation

VGSecurityManager.GetBytes Method 

Encodes a specified String into a byte array

public static byte[] GetBytes(
   String text
);

Parameters

text
the string value to convert.

Return Value

A byte array containing the encoded representation of the specified string.

See Also

VGSecurityManager Class | Novalys.VisualGuard.Security Namespace