Procedures, 19
| Name | Parameters | Returns | Access | Versions | Obsolete |
|---|---|---|---|---|---|
| ToBase64 | (Text) | Text | public | 17-28 | - |
| ToBase64 | (Text, TextEncoding) | Text | public | 17-28 | - |
| ToBase64 | (Text, TextEncoding, Integer) | Text | public | 17-28 | - |
| ToBase64 | (Text, Boolean) | Text | public | 17-28 | - |
| ToBase64 | (Text, Boolean, TextEncoding, Integer) | Text | public | 17-28 | - |
| ToBase64 | (InStream) | Text | public | 17-28 | - |
| ToBase64 | (InStream, Boolean) | Text | public | 17-28 | - |
| FromBase64 | (Text) | Text | public | 17-28 | - |
| FromBase64 | (Text, TextEncoding) | Text | public | 17-28 | - |
| FromBase64 | (Text, TextEncoding, Integer) | Text | public | 17-28 | - |
| FromBase64 | (Text, OutStream) | public | 17-28 | - | |
| ToBase64 | (SecretText) | SecretText | public | 25-28 | - |
| FromBase64 | (SecretText) | SecretText | public | 25-28 | - |
| ToBase64Url | (Text) | Text | public | 26-28 | - |
| ToBase64Url | (SecretText) | SecretText | public | 26-28 | - |
| ToBase64Url | (Text, TextEncoding) | Text | public | 26-28 | - |
| ToBase64Url | (Text, TextEncoding, Integer) | Text | public | 26-28 | - |
| ToBase64Url | (InStream) | Text | public | 26-28 | - |
| ToBase64 | (InStream, Boolean, OutStream) | public | 28 | - |