Suggest a change
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
Declaration
public static bool
GetFormatString(
SearchExpression expr,
out string
formatStr);
Parameters
| Parameter |
Description |
| expr |
Expression to convert to a format string. |
| formatStr |
Extracted format string. |
Returns
bool
Returns true if the SearchExpression was succesfully converted to a format string.
Description
Extract a format string from a given expression. This function should be used to extract a format string from an input parameter of a SearchExpression. For example: the evaluator print{"this is it: @label"} takes a format string as its first parameter.