DataHelperGetIntegerValues Method |
Gets the array of integer values from the given data table.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static IList<int> GetIntegerValues(
DataTable dt,
string columnName
)
Parameters
- dt
- Type: System.DataDataTable
Source data table - columnName
- Type: SystemString
Column name
Return Value
Type:
IListInt32See Also