Class Crc
Computation of cyclic redundancy checks
Assembly: FpAssistantCoreScl.dll
Syntax
Methods
View Source
GenerateBytes(string)
Declaration
public static byte[] GenerateBytes(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
View Source
GenerateChecksumBytes(byte[])
Declaration
public static byte[] GenerateChecksumBytes(byte[] input)
Parameters
Type |
Name |
Description |
byte[] |
input |
|
Returns
View Source
Reverse(string)
Declaration
public static string Reverse(string x)
Parameters
Type |
Name |
Description |
string |
x |
|
Returns