| MissingStatisticsTryParse Method  | 
            Try Parse the value.
            
 
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic static bool TryParse(
	string val,
	out SufficientStatistics result
)
Public Shared Function TryParse ( 
	val As String,
	<OutAttribute> ByRef result As SufficientStatistics
) As Boolean
public:
static bool TryParse(
	String^ val, 
	[OutAttribute] SufficientStatistics^% result
)
static member TryParse : 
        val : string * 
        result : SufficientStatistics byref -> bool 
Parameters
- val
 - Type: SystemString
The Value. - result
 - Type: Bio.DistributionsSufficientStatistics
Sufficient Statistics result. 
Return Value
Type: 
BooleanReturns true if parsed properly.
See Also