Codeunit 4111 Base64 Convert Impl. in 18
- App
- System Application
Versions171819202122232425262728latest
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ToBase64 | (Text) | Text | public | - |
| ToBase64 | (Text, Boolean) | Text | public | - |
| ToBase64 | (Text, TextEncoding) | Text | public | - |
| ToBase64 | (Text, TextEncoding, Integer) | Text | public | - |
| ToBase64 | (Text, Boolean, TextEncoding) | Text | public | - |
| ToBase64 | (Text, Boolean, TextEncoding, Integer) | Text | public | - |
| ToBase64 | (InStream) | Text | public | - |
| ToBase64 | (InStream, Boolean) | Text | public | - |
| FromBase64 | (Text, TextEncoding) | Text | public | - |
| FromBase64 | (Text, TextEncoding, Integer) | Text | public | - |
| FromBase64 | (Text) | Text | public | - |
| FromBase64 | (Text, OutStream) | public | - |