Codeunit 3007 DotNet_String in 22
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 24
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| FromCharArray | (Codeunit DotNet_Array) | public | - | |
| Set | (Text) | public | - | |
| Replace | (Text, Text) | Text | public | - |
| Split | (Codeunit DotNet_Array, var Codeunit DotNet_Array) | public | - | |
| ToCharArray | (Integer, Integer, var Codeunit DotNet_Array) | public | - | |
| Length | () | Integer | public | - |
| StartsWith | (Text) | Boolean | public | - |
| EndsWith | (Text) | Boolean | public | - |
| ToString | () | Text | public | - |
| IsDotNetNull | () | Boolean | public | - |
| GetString | (var DotNet String) | public | - | |
| SetString | (DotNet String) | public | - | |
| PadRight | (Integer, Char) | Text | public | - |
| PadLeft | (Integer, Char) | Text | public | - |
| IndexOfChar | (Char, Integer) | Integer | public | - |
| IndexOfString | (Text, Integer) | Integer | public | - |
| LastIndexOfString | (Text) | Integer | public | - |
| Substring | (Integer, Integer) | Text | public | - |
| Trim | () | Text | public | - |
| TrimStart | (var Codeunit DotNet_Array) | Text | public | - |
| TrimEnd | (var Codeunit DotNet_Array) | Text | public | - |
| Normalize | (Codeunit DotNet_NormalizationForm) | Text | public | - |
| Normalize | () | Text | public | - |
| IsNormalized | (Codeunit DotNet_NormalizationForm) | Boolean | public | - |