SearchUtils.TryParse

Declaration

public static bool TryParse(string expression, out T result);

Parameters

expression Expression to be parsed.
result Type of the numeric value.

Returns

bool Returns true if the parsing succeed.

Description

Try to parse an expression into a number.


Did you find this page useful? Please give it a rating: