Summary
Encodes bytes (such as binary url tokens) into a string.
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base3264Encoding
Syntax
public static string Encode(EncodingType type, byte[] input)
Parameters
Name | Type | Description |
---|---|---|
type | EncodingType | Encoding type. |
input | byte[] | byte[] to be encoded |
Return Value
Type | Description |
---|---|
string | encoded string |