Genome FromString Method Modulus Evo2
OnlineModulus Evo2
Creates a new Genome object from a string created by ToString.

Namespace: Modulus.Evo2
Assembly: Modulus.Evo2 (in Modulus.Evo2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static Genome FromString(
	string value
)

Parameters

value
Type: OnlineSystem String
The value created by Genome.ToString().

Return Value

New Genome.
See Also