EAPUtilGetByteBufferFromFile Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static byte[] GetByteBufferFromFile(
IAppContext cxt,
string path
)
Public Shared Function GetByteBufferFromFile (
cxt As IAppContext,
path As String
) As Byte()
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - path
- Type: SystemString
The fully-qualified, physical path to the file to import.
Return Value
Type:
ByteThe content byte array.
See Also