Click or drag to resize

ProblemSaveAsByteArray Method (Boolean)

Save the Problem to a byte array. The Problem is converted to a JSON format and then the JSON format is converted to a byte array.

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
public byte[] SaveAsByteArray(
	bool indented
)

Parameters

indented
Type: SystemBoolean
Indents the JSON text that is stored in the byte array if true.

Return Value

Type: Byte
The Problem as a byte array.
See Also

www.routingautomation.com | support