Click or drag to resize

FuncsInsertObject Method

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

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

Parameters

value
Type: SystemObject

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

startIndex
Type: SystemInt32

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

subStr
Type: SystemString

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

Return Value

Type: Object

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

See Also