Click or drag to resize

FuncsRemove Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Functions.Funcs.Remove(System.String,System.Int32,System.Int32)"]

Namespace:  Stimulsoft.Data.Functions
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static string Remove(
	string str,
	int startIndex,
	int count
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.Remove(System.String,System.Int32,System.Int32)"]

startIndex
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.Remove(System.String,System.Int32,System.Int32)"]

count
Type: SystemInt32

[Missing <param name="count"/> documentation for "M:Stimulsoft.Data.Functions.Funcs.Remove(System.String,System.Int32,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Data.Functions.Funcs.Remove(System.String,System.Int32,System.Int32)"]

See Also