Click or drag to resize

ZipConstantsConvertToStringExt Method (Int32, 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 ConvertToStringExt(
	int flags,
	byte[] data,
	int count
)

Parameters

flags
Type: SystemInt32
data
Type: SystemByte
count
Type: SystemInt32

Return Value

Type: String
See Also