UtilChecksumComputeCRC32OfFile(String) Method
Computes a CRC-32 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 ComputeCRC32OfFile(
string filepath
)
Public Shared Function ComputeCRC32OfFile (
filepath As String
) As String
Dim filepath As String
Dim returnValue As String
returnValue = UtilChecksum.ComputeCRC32OfFile(filepath)
public:
static String^ ComputeCRC32OfFile(
String^ filepath
)
static member ComputeCRC32OfFile :
filepath : string -> string
No code example is currently available or this language may not be supported.
- filepath String
-
The filepath.
String
An Hexadecimal representation of the resulting CRC-32 checksum.
This is a code example.
No code example is currently available or this language may not be supported.
Dim crc32 As String = ComputeCRC32OfFile("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.