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

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

Parameters

dt
Type: System.Data.DataTable
Source data table
columnName
Type: System.String
Column name

Return Value

Type: List<String>
See Also