| 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 public static string ToBase64String(
Stream binaryStream
)
Parameters
- binaryStream
- Type: System.IOStream
Stream for read binary data.
Return Value
Type:
StringBase64 encoded binary data.
See Also