ProblemSave As Byte Array Method
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.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
The problem as a byte array.
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public byte[] SaveAsByteArray()VB
Public Function SaveAsByteArray As Byte()C++
public:
array<unsigned char>^ SaveAsByteArray()F#
member SaveAsByteArray : unit -> byte[] Return Value
ByteThe problem as a byte array.