SolutionSaveAsByteArray Method |
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
Syntaxpublic byte[] SaveAsByteArray()
Public Function SaveAsByteArray As Byte()
public:
array<unsigned char>^ SaveAsByteArray()
member SaveAsByteArray : unit -> byte[]
Return Value
Type:
ByteThe Solution as a byte array.
See Also