Reads a Text File
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public string ReadFile( string absolutePath ) |
Visual Basic |
---|
Public Function ReadFile ( _ absolutePath As String _ ) As String |
Visual C++ |
---|
public: String^ ReadFile( String^ absolutePath ) |
Parameters
- absolutePath
- Type: System..::..String
Absolute Path of file to read from