Click or drag to resize
DataHelperEnsureStringValues Method
Ensures Codename values in specified column.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void EnsureStringValues(
	DataTable dt,
	string columnName,
	string format,
	string sourceColumns
)

Parameters

dt
Type: System.DataDataTable
Data table
columnName
Type: SystemString
Column name to fill
format
Type: SystemString
Format of the
sourceColumns
Type: SystemString
Source columns for the formatting string
See Also