| SufficientStatisticsParse Method  | 
            Convert given string into SufficientStatistics object.
            If string is not in correct format, throws an argument exception.
            
 
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static SufficientStatistics Parse(
	string val
)
Public Shared Function Parse ( 
	val As String
) As SufficientStatistics
public:
static SufficientStatistics^ Parse(
	String^ val
)
static member Parse : 
        val : string -> SufficientStatistics 
Parameters
- val
 - Type: SystemString
string to be converted. 
Return Value
Type: 
SufficientStatisticsSufficentStatistics object which corresponding to the given string.
See Also