\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip.ZLib Namespace / IChecksum Interface / checkSum Method

In This Topic
    checkSum Method (IChecksum)
    In This Topic
    Syntax
    'Declaration
     
    Function checkSum( _
       ByVal value As System.Long, _
       ByVal buf() As System.Byte, _
       ByVal index As System.Integer, _
       ByVal len As System.Integer _
    ) As System.Long
    System.long checkSum( 
       System.long value,
       System.byte[] buf,
       System.int index,
       System.int len
    )

    Parameters

    value
    buf
    index
    len
    See Also