Click or drag to resize
DataHelperGetStringValues Method
Gets the array of string values from the given data table.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static List<string> GetStringValues(
	DataTable dt,
	string columnName
)

Parameters

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

Return Value

Type: ListString
See Also