Click or drag to resize
HelperASCIIEncoding Method
Simple method to take a byte array and convert it to ASCII string.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static bool ASCIIEncoding(
	byte[] input,
	out string output
)

Parameters

input
Type: SystemByte
Input bytes
output
Type: SystemString
Output string

Return Value

Type: Boolean
True/False success
See Also