DataHelperGetIntValue Method (ISimpleDataContainer, String) |
Gets the integer variable from given Data container.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static int GetIntValue(
ISimpleDataContainer data,
string columnName
)
Parameters
- data
- Type: CMS.BaseISimpleDataContainer
Container with the data - columnName
- Type: SystemString
Column name
Return Value
Type:
Int32See Also