Summary
String to standard base 64 (not url/uri safe) - uses bom-free utf8 for string to binary encoding
- Assembly
- Rocket
.Surgery .Extensions .dll - Namespace
- Rocket
.Surgery .Encoding - Containing Type
- Base3264Encoding
Syntax
public static string ToBase64(string input)
Parameters
| Name | Type | Description |
|---|---|---|
| input | string |
Return Value
| Type | Description |
|---|---|
| string |
