Codeunit 3000 DotNet_Array in 28
- App
- Base Application
- Namespace
- System.Utilities
Versions171819202122232425262728latest
Source29
Procedures, 15
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| StringArray | (Integer) | public | - | |
| CharArray | (Integer) | public | - | |
| ByteArray | (Integer) | public | - | |
| Int32Array | (Integer) | public | - | |
| Length | () | Integer | public | - |
| SetTextValue | (Text, Integer) | public | - | |
| SetCharValue | (Char, Integer) | public | - | |
| SetByteValue | (Byte, Integer) | public | - | |
| SetIntValue | (Integer, Integer) | public | - | |
| GetValueAsText | (Integer) | Text | public | - |
| GetValueAsChar | (Integer) | Char | public | - |
| GetValueAsInteger | (Integer) | Integer | public | - |
| GetArray | (var DotNet Array) | public | - | |
| SetArray | (DotNet Array) | public | - | |
| IsNull | () | Boolean | public | - |