| DataHelperEnsureStringValues Method | 
Note: This API is now obsolete.
            Ensures Codename values in specified column.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntax[ObsoleteAttribute("Use custom logic instead.")]
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
See Also