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.