godot/modules/mono/glue
Raul Santos dc2ceef0ec
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`
2022-11-27 23:25:48 +01:00
..
GodotSharp C#: Remove/deprecate unnecessary string extensions 2022-11-27 23:25:48 +01:00
runtime_interop.cpp C#: Cleanup and sync StringExtensions with core 2022-11-25 17:30:32 +01:00
runtime_interop.h C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00