Click or drag to resize
DataHelperGetIntegerValues Method (DataView, String)
Gets the array of integer values from the given data table.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static IList<int> GetIntegerValues(
	DataView dt,
	string columnName
)

Parameters

dt
Type: System.DataDataView
Source data table
columnName
Type: SystemString
Column name

Return Value

Type: IListInt32
See Also