Returns the checksum of a source file as it is saved in the given XLIFF file.

Syntax:

GetSourceFileChecksumFromXLIFFFile(XLIFFFileName As String) As Double
Return: Double
Parameters: XLIFFFileName Name of the XLIFF file where the checksum is gotten from.


Example:
Dim Tool As XMLTool
Dim CRC As Double

Set Tool = Application.Tools.XMLTool

CRC = Tool.GetSourceFileChecksumFromXLIFFFile("C:\SampleFiles\java_properties_fr.xlf")

See also:

Class XMLTool


Last Updated: 03/17/21