Base32.Encode method
Encodes a buffer using the default options.
public static string Encode(byte[] bytes)
| parameter | description |
|---|---|
| bytes | The buffer (required). |
Return Value
An encoded string that holds the contents of the inputs.
See Also
- class Base32