TextInput.OutputFormat 属性

定义

获取或设置用于设置结果格式的表达式。

public AdaptiveExpressions.Properties.StringExpression OutputFormat { get; set; }
member this.OutputFormat : AdaptiveExpressions.Properties.StringExpression with get, set
Public Property OutputFormat As StringExpression

属性值

解析为字符串的表达式。

注解

默认输出为字符串,如果设置了此属性,则表达式的输出是对话框返回的字符串。

适用于