Base64Encoder.Convert method
Overload list
Name | Description | |
---|---|---|
Convert(Stream, Stream) | When overridden in a derived class, the Convert method encodes or decodes sourceStream and writes it to destinationStream. (Inherited from ByteEncoder.) | |
Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean) | The Convert method applies base64 encoding to data that is provided in a byte array. (Overrides ByteEncoder.Convert([], Int32, Int32, [], Int32, Int32, Boolean, Int32, Int32, Boolean).) |
Top