Click or drag to resize

ZipConstantsConvertToString Method (Byte, Int32)

Namespace:  ICSharpCode.SharpZipLib.Zip
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static string ConvertToString(
	byte[] data,
	int count
)

Parameters

data
Type: SystemByte
count
Type: SystemInt32

Return Value

Type: String
See Also