Version: 2022.3
언어: 한국어
public static bool TryParse (string expression, out T result);

파라미터

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

반환

bool Returns true if the parsing succeed.

설명

Try to parse an expression into a number.