Click or drag to resize

FuncsInsert Method

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

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

Parameters

str
Type: SystemString

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

startIndex
Type: SystemInt32

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

subStr
Type: SystemString

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

Return Value

Type: String

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

See Also