| ValidationHelperGetBinary Method | 
            Returns the byte[] representation of an object or default value if not.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also