Click or drag to resize

FileUtils Class

File utility methods.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsFileUtils

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class FileUtils
Methods
  NameDescription
Public methodStatic memberCalculateHash(Byte)
Calculates the SHA-1 hash of a file content.
Public methodStatic memberCalculateHash(Stream)
Calculates the SHA-1 hash of a file content from a stream.
Public methodStatic memberCalculateHash(String)
Calculates the SHA-1 hash of a file system file.
Top
See Also