Click or drag to resize

Base64StreamHelperToBase64String Method

Convert binary data from stream to base64 encoded string.

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public static string ToBase64String(
	Stream binaryStream
)

Parameters

binaryStream
Type: System.IOStream
Stream for read binary data.

Return Value

Type: String
Base64 encoded binary data.
See Also