Click or drag to resize

SolutionSaveAsByteArray Method (String)

Save the Solution to a byte array. The Solution is converted to a text format and then the text format is converted to a byte array.

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

Parameters

problemFileName
Type: SystemString
The path to the Problem file for this Solution. When the Solution is loaded again from the byte array it uses the problemFileName to load the Problem data.

Return Value

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

www.routingautomation.com | support