Codeunit 3026 DotNet_Encoding in 18
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 13
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ASCII | () | public | - | |
| UTF8 | () | public | - | |
| UTF32 | () | public | - | |
| Unicode | () | public | - | |
| ISO88591 | () | public | - | |
| Encoding | (Integer) | public | - | |
| Codepage | () | Integer | public | - |
| GetEncoding | (var DotNet Encoding) | public | - | |
| SetEncoding | (DotNet Encoding) | public | - | |
| GetChars | (Codeunit DotNet_Array, Integer, Integer, var Codeunit DotNet_Array) | public | - | |
| GetBytes | (Codeunit DotNet_Array, Integer, Integer, var Codeunit DotNet_Array) | public | - | |
| GetBytesWithOffset | (Codeunit DotNet_Array, Integer, Integer, var Codeunit DotNet_Array, Integer) | public | - | |
| GetString | (Codeunit DotNet_Array, Integer, Integer) | Text | public | - |