TryParse
FontWeight.TryParse method
指定された文字列の解析を試行し、success で有効な FontWeight インスタンスを返します。
public static bool TryParse(string input, out FontWeight result)
パラメータ | タイプ | 説明 |
---|---|---|
input | String | 解析する入力文字列 |
result | FontWeight& | 成功した場合の有効な FontWeight 値またはNormal 失敗時 |
戻り値
解析の成功 (true) または失敗 (false)
関連項目
- struct FontWeight
- 名前空間 GroupDocs.Editor.HtmlCss.Css.Properties
- 組み立て GroupDocs.Editor