Click or drag to resize
ChecksumFileLoad Method
Parses the content of a checksum file into checksum file entries.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<ChecksumFileEntry> Load(
	string checksumFileContent
)

Parameters

checksumFileContent
Type: SystemString

Return Value

Type: ListChecksumFileEntry
See Also