Click or drag to resize

FuncEngineHelperToQueryStringT Method

Method writes all the values of the list through the separator as a querry string.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string ToQueryString<T>(
	List<T> list,
	string quotationMark,
	string dateTimeFormat,
	bool needEscape = true
)

Parameters

list
Type: System.Collections.GenericListT
List of values
quotationMark
Type: SystemString

[Missing <param name="quotationMark"/> documentation for "M:Stimulsoft.Report.Func.EngineHelper.ToQueryString``1(System.Collections.Generic.List{``0},System.String,System.String,System.Boolean)"]

dateTimeFormat
Type: SystemString
DateTime format
needEscape (Optional)
Type: SystemBoolean

[Missing <param name="needEscape"/> documentation for "M:Stimulsoft.Report.Func.EngineHelper.ToQueryString``1(System.Collections.Generic.List{``0},System.String,System.String,System.Boolean)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Stimulsoft.Report.Func.EngineHelper.ToQueryString``1(System.Collections.Generic.List{``0},System.String,System.String,System.Boolean)"]

Return Value

Type: String
Resulting querry string
See Also