Click or drag to resize

StringExtensionsErase Method

[Missing <summary> documentation for "M:Godot.StringExtensions.Erase(System.Text.StringBuilder,System.Int32,System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void Erase(
	this StringBuilder instance,
	int pos,
	int chars
)

Parameters

instance
Type: System.TextStringBuilder

[Missing <param name="instance"/> documentation for "M:Godot.StringExtensions.Erase(System.Text.StringBuilder,System.Int32,System.Int32)"]

pos
Type: SystemInt32

[Missing <param name="pos"/> documentation for "M:Godot.StringExtensions.Erase(System.Text.StringBuilder,System.Int32,System.Int32)"]

chars
Type: SystemInt32

[Missing <param name="chars"/> documentation for "M:Godot.StringExtensions.Erase(System.Text.StringBuilder,System.Int32,System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StringBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also