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