Base64Url.EncodeBytes(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encode a byte array as a Base64URL encoded string.
public static string EncodeBytes (byte[] bytes);
static member EncodeBytes : byte[] -> string
Public Shared Function EncodeBytes (bytes As Byte()) As String
Parameters
- bytes
- Byte[]
Raw byte input buffer.
Returns
The bytes, encoded as a Base64URL string.