Converts the DBNull.value to standard null, keeps the object value if not null.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static Object GetNull(
Object value
)
Parameters
- value
- Type: SystemObject
Value to convert
Return Value
Type:
ObjectSee Also