IRunUnitGetString Method (Object, Byte, Int32, Int32)

MicroFocus.COBOL.RuntimeServices
Gets a string that matches the charset of the program using an index/count

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,
	int index,
	int count
)

Parameters

program
Type: SystemObject
bytes
Type: SystemByte
index
Type: SystemInt32
count
Type: SystemInt32

Return Value

Type: String
See Also

Reference