Click or drag to resize

EAPUtilInputStreamToBase64 Method

Reads a stream and converts it to a base-64 string.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string InputStreamToBase64(
	Stream input,
	InputStreamType streamType
)

Parameters

input
Type: System.IOStream
The stream to convert.
streamType
Type: NetQuarryInputStreamType
The type of stream being provided.

Return Value

Type: String
The base-64 string, or null.
See Also