Codeunit 4110 Base64 Convert in 23
- App
- System Application
- Namespace
- System.Text
Versions171819202122232425262728latest
Procedures, 11
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ToBase64 | (Text) | Text | public | - |
| ToBase64 | (Text, TextEncoding) | Text | public | - |
| ToBase64 | (Text, TextEncoding, Integer) | Text | public | - |
| ToBase64 | (Text, Boolean) | Text | public | - |
| ToBase64 | (Text, Boolean, TextEncoding, Integer) | Text | public | - |
| ToBase64 | (InStream) | Text | public | - |
| ToBase64 | (InStream, Boolean) | Text | public | - |
| FromBase64 | (Text) | Text | public | - |
| FromBase64 | (Text, TextEncoding) | Text | public | - |
| FromBase64 | (Text, TextEncoding, Integer) | Text | public | - |
| FromBase64 | (Text, OutStream) | public | - |