IRunUnitGetString Method (Object, Byte)

MicroFocus.COBOL.RuntimeServices
Gets a string that matches the charset of the program

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

string GetString(
	Object program,
	byte[] bytes
)

Parameters

program
Type: SystemObject
bytes
Type: SystemByte

Return Value

Type: String
See Also

Reference