diff options
author | Raul Santos <raulsntos@gmail.com> | 2022-11-27 23:25:48 +0100 |
---|---|---|
committer | Raul Santos <raulsntos@gmail.com> | 2022-11-27 23:25:48 +0100 |
commit | dc2ceef0ecb35210dc9419dbb4d0e22c4fe1cad7 (patch) | |
tree | 471227ced57f56d073434934f583d92eee3a75e7 /doc/classes/Array.xml | |
parent | d0b166d8e4e326e84e7e43ac1ed5bc292be1d2fa (diff) |
C#: Remove/deprecate unnecessary string extensions
- Removed `UnicodeAt`
- Removed `EndsWith`
- Removed `LPad` and `RPad`
- Deprecated `BeginsWith` in favor of `string.StartsWith`
- Deprecated `LStrip` and `RStrip` in favor of `string.TrimStart` and `string.TrimEnd`
Diffstat (limited to 'doc/classes/Array.xml')
0 files changed, 0 insertions, 0 deletions