TryParse
FontWeight.TryParse method
Probeert een opgegeven tekenreeks te ontleden en een geldige FontWeight-instantie te retourneren op success
public static bool TryParse(string input, out FontWeight result)
Parameter | Type | Beschrijving |
---|---|---|
input | String | Invoertekenreeks om te ontleden |
result | FontWeight& | Geldige FontWeight-waarde bij succes ofNormal op falen |
Winstwaarde
Geslaagd (true) of falen (false) van de parsing
Zie ook
- struct FontWeight
- naamruimte GroupDocs.Editor.HtmlCss.Css.Properties
- montage GroupDocs.Editor