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