TryParse
FontStyle.TryParse method
尝试将指定关键字识别为“font-style”的正确关键字值,并在成功时返回它或在失败时返回 NULL。
public static bool TryParse(string keyword, out FontStyle result)
范围 | 类型 | 描述 |
---|---|---|
keyword | String | 要解析的关键字 |
result | FontStyle& | 结果,解析成功,或者Normal 否则 |
返回值
如果解析成功则为 true,否则为 false
也可以看看
- struct FontStyle
- 命名空间 GroupDocs.Editor.HtmlCss.Css.Properties
- 部件 GroupDocs.Editor