| GeneralCheckSumMD5 Method |
File Checksum as MD5
Namespace:
CSharpGrid.Utils
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string CheckSumMD5(
string filename
)
public:
static String^ CheckSumMD5(
String^ filename
)
Parameters
- filename
- Type: SystemString
Filename
Return Value
Type:
StringMD5 Checksum string
See Also