'Declaration Public Function BytesToQuotedPrintable( _ ByVal bytes() As System.Byte _ ) As System.String
'Usage Dim instance As Encryption Dim bytes() As System.Byte Dim value As System.String value = instance.BytesToQuotedPrintable(bytes)
public System.string BytesToQuotedPrintable( System.byte[] bytes )
public function BytesToQuotedPrintable( bytes: System.Bytearray of ): System.String;
public function BytesToQuotedPrintable( bytes : System.byte[] ) : System.String;
public: System.string* BytesToQuotedPrintable( System.byte[]* bytes )
public: System.String^ BytesToQuotedPrintable( System.array<byte>^ bytes )
Parameters
- bytes
- The bytes to encode
Return Value
Quoted Printable String OR string.emtpy on error