Click or drag to resize
ValidationHelperGetBinary Method
Returns the byte[] representation of an object or default value if not.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static byte[] GetBinary(
	Object value,
	byte[] defaultValue,
	CultureInfo culture = null
)

Parameters

value
Type: SystemObject
Value to convert
defaultValue
Type: SystemByte
Default value
culture (Optional)
Type: System.GlobalizationCultureInfo
Culture used for conversion

Return Value

Type: Byte
See Also