Show / Hide Table of Contents

Class Crc

Computation of cyclic redundancy checks

Inheritance
object
Crc
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public static class Crc
Remarks

CRC32

Methods

View Source

GenerateBytes(string)

Declaration
public static byte[] GenerateBytes(string value)
Parameters
Type Name Description
string value
Returns
Type Description
byte[]
View Source

GenerateChecksumBytes(byte[])

Declaration
public static byte[] GenerateChecksumBytes(byte[] input)
Parameters
Type Name Description
byte[] input
Returns
Type Description
byte[]
View Source

Reverse(string)

Declaration
public static string Reverse(string x)
Parameters
Type Name Description
string x
Returns
Type Description
string
  • View Source
In this article
Back to top Copyright 2018-2025 CADology Limited