Show / Hide Table of Contents

Class Crc

Computation of cyclic redundancy checks

Inheritance
System.Object
Crc
Namespace: FpAssistantCore.GeneralAviation
Assembly: FpAssistantCoreScl.dll
Syntax
public static class Crc : object
Remarks

CRC32

Methods

View Source

GenerateBytes(String)

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

GenerateChecksumBytes(Byte[])

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

Reverse(String)

Declaration
public static string Reverse(string x)
Parameters
Type Name Description
System.String x
Returns
Type Description
System.String
  • View Source
In This Article
  • Methods
    • GenerateBytes(String)
    • GenerateChecksumBytes(Byte[])
    • Reverse(String)
Back to top Copyright 2018-2024 CADology Limited