TryParse
FontWeight.TryParse method
尝试解析指定的字符串并在成功时返回有效的 FontWeight 实例
public static bool TryParse(string input, out FontWeight result)
范围 | 类型 | 描述 |
---|---|---|
input | String | 要解析的输入字符串 |
result | FontWeight& | 成功时有效的 FontWeight 值或Normal 失败时 |
返回值
解析成功(真)或失败(假)
也可以看看
- struct FontWeight
- 命名空间 GroupDocs.Editor.HtmlCss.Css.Properties
- 部件 GroupDocs.Editor