Base32.Encode method

namespace: Serenity.Data   assemblySerenity.Net.Core

Encode 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