summaryM:DotNetNuke.Services.FileSystem.Internal.IFile.ReadAllBytes(System.String)
Namespace: DotNetNuke.Services.FileSystem.InternalAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
byte[] ReadAllBytes( string path ) |
Visual Basic |
---|
Function ReadAllBytes ( path As String ) As Byte() |
Parameters
- path
- Type: System..::..String
parampathM:DotNetNuke.Services.FileSystem.Internal.IFile.ReadAllBytes(System.String)