Click or drag to resize
StreamConverterReadFileFully Method
Reads the file fully.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static byte[] ReadFileFully(
	Stream input
)

Parameters

input
Type: System.IOStream
The input.

Return Value

Type: Byte
System.Byte().
See Also