Namespace: ConnectedApps.Cms.IOAssembly: ConnectedApps.Cms.IO (in ConnectedApps.Cms.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static byte[] ReadAllBytes(
string path
)
Public Shared Function ReadAllBytes (
path As String
) As Byte()
public:
static array<unsigned char>^ ReadAllBytes(
String^ path
)
static member ReadAllBytes :
path : string -> byte[]
Parameters
- path
- Type: SystemString
Return Value
Type:
Byte
See Also