Crc64ComputeChecksumString Method |
Calculates the checksum on the bytes passed across and returns it as a string of digit characters of a fixed length.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ComputeChecksumString(
byte[] bytes,
int offset,
int length
)
Public Function ComputeChecksumString (
bytes As Byte(),
offset As Integer,
length As Integer
) As String
public:
String^ ComputeChecksumString(
array<unsigned char>^ bytes,
int offset,
int length
)
member ComputeChecksumString :
bytes : byte[] *
offset : int *
length : int -> string
Parameters
- bytes
- Type: SystemByte
- offset
- Type: SystemInt32
- length
- Type: SystemInt32
Return Value
Type:
StringSee Also