TextDecorationConverter.ConvertFromInvariantString(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将单个值或以逗号分隔的字符串转换为 TextDecorations 对象。
public override object ConvertFromInvariantString (string value);
override this.ConvertFromInvariantString : string -> obj
参数
- value
- System.String
用逗号分隔的字符串,其内容对应于 TextDecorations 的值。
返回
System.Object
注解
的元素必须是内的 TextDecorations 值或字符串“line-through”。