Encodes a specified String into a byte array

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static byte[] GetBytes(
	string text
)
Visual Basic
Public Shared Function GetBytes ( 
	text As String
) As Byte()

Parameters

text
Type: System..::..String
the string value to convert.

Return Value

Type: array<Byte>[]()[][]
A byte array containing the encoded representation of the specified string.

See Also