Click or drag to resize
DataHelper.GetIntegerValues 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.Data.DataView
Source data table
columnName
Type: System.String
Column name

Return Value

Type: IList<Int32>
See Also