static public method Measurement<T>.TryParse

Brief

Try to parse the value using the current culture

Declaration
C#
bool  TryParse (string text, out Measurement<T> value)

Parameters
text
value

Declared in Measurement<T>

back