Class Crc
Computation of cyclic redundancy checks
Inheritance
System.Object
Crc
Assembly: FpAssistantCoreScl.dll
Syntax
public static class Crc : object
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 |
|