Click or drag to resize
DataHelperGetNull Method
Converts the DBNull.value to standard null, keeps the object value if not null.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static Object GetNull(
	Object value
)

Parameters

value
Type: SystemObject
Value to convert

Return Value

Type: Object
See Also