MarshallUtilsGetBytes Method

MicroFocus.COBOL.RuntimeServices
Get the byte[] representation of an structure

Namespace:  MicroFocus.COBOL.RuntimeServices
Assembly:  MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax

public static byte[] GetBytes(
	Object anything
)

Parameters

anything
Type: SystemObject
where anything is a non-generic object

Return Value

Type: Byte
Exceptions

ExceptionCondition
ArgumentExceptionwhen a generic object is passed
ArgumentNullExceptionwhen a null object is passed
See Also

Reference