mirror of https://github.com/godotengine/godot
- Deprecated `Length` in favor of the `string.Length` property. - Deprecated `Insert` in favor of the existing instance method with the same signature. - Deprecated `Erase` in favor of `StringBuilder.Remove`. - Deprecated `ToLower` and `ToUpper` in favor of the instance methods with the same signature. - Deprecated `BeginsWith` in favor of `string.StartsWith`. - Deprecated `EndsWith` in favor of the instance method with the same signature. - Deprecated `Empty` in favor of `string.IsNullOrEmpty`. - Deprecated `OrdAt` in favor of the `string[int]` indexer. - Deprecated `LStrip` and `RStrip` in favor of `string.TrimStart` and `string.TrimEnd`. |
||
|---|---|---|
| .. | ||
| GodotSharp | ||
| arguments_vector.h | ||
| base_object_glue.cpp | ||
| base_object_glue.h | ||
| collections_glue.cpp | ||
| collections_glue.h | ||
| gd_glue.cpp | ||
| gd_glue.h | ||
| glue_header.h | ||
| nodepath_glue.cpp | ||
| nodepath_glue.h | ||
| rid_glue.cpp | ||
| rid_glue.h | ||
| string_glue.cpp | ||
| string_glue.h | ||