UtilChecksumComputeCRC64OfFile(FileInfo) Method
Computes a CRC-64 checksum for the specified file.
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 ComputeCRC64OfFile(
FileInfo file
)
Public Shared Function ComputeCRC64OfFile (
file As FileInfo
) As String
Dim file As FileInfo
Dim returnValue As String
returnValue = UtilChecksum.ComputeCRC64OfFile(file)
public:
static String^ ComputeCRC64OfFile(
FileInfo^ file
)
static member ComputeCRC64OfFile :
file : FileInfo -> string
No code example is currently available or this language may not be supported.
- file FileInfo
-
The file.
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 = ComputeCRC64OfFile(New FileInfo("C:\File.ext"))
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.