Summary
EncodingType
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["EncodingType"]
class Type type-node
Syntax
public sealed class EncodingType : Enum
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Base32Crockford | 6 |
The base32 crockford
static
|
| Base32LowProfanity | 5 |
The base32 low profanity
static
|
| Base32Url | 3 |
The base32 URL
static
|
| Base64 | 1 |
The base64
static
|
| Base64Url | 2 |
The base64 URL
static
|
| value__ | ||
| ZBase32 | 4 |
The z base32
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
