UtilChecksumComputeCRC64OfString(String) Method
Computes a CRC-64 checksum for the specified ASCII string.
Namespace: DevCase.Core.Security.DataIntegrity.ChecksumAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string ComputeCRC64OfString(
string str
)
Public Shared Function ComputeCRC64OfString (
str As String
) As String
Dim str As String
Dim returnValue As String
returnValue = UtilChecksum.ComputeCRC64OfString(str)
public:
static String^ ComputeCRC64OfString(
String^ str
)
static member ComputeCRC64OfString :
str : string -> string
No code example is currently available or this language may not be supported.
- str String
-
The string.
String
An Hexadecimal representation of the resulting CRC-64 checksum.
This is a code example.
No code example is currently available or this language may not be supported.
Dim crc64 As String = ComputeCRC64OfString("Hello World!")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.