LumiSoft Mail Server User API
ParseOctal Method (header, offset, length)
Namespaces > ICSharpCode.SharpZipLib.Tar > TarHeader > ParseOctal(Byte[](), Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarHeader.ParseOctal(System.Byte[],System.Int32,System.Int32)]

Syntax
C#Visual BasicManaged C++
public static long ParseOctal (
	byte[] header,
	int offset,
	int length
)
Public Shared Function ParseOctal ( _
	header As Byte(), _
	offset As Integer, _
	length As Integer _
) As Long
public:
static long long ParseOctal (
	array<unsigned char>^ header, 
	int offset, 
	int length
)
Parameters
header (Byte[]())

[Missing <param> documentation for "header"]

offset (Int32)

[Missing <param> documentation for "offset"]

length (Int32)

[Missing <param> documentation for "length"]

Return Value

[Missing <returns> documentation for M:ICSharpCode.SharpZipLib.Tar.TarHeader.ParseOctal(System.Byte[],System.Int32,System.Int32)]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)