TryParse
FontStyle.TryParse method
Probeert een gespecificeerd trefwoord te herkennen als een juiste trefwoordwaarde van de ‘font-style’ en retourneert het bij succes of NULL bij falen.
public static bool TryParse(string keyword, out FontStyle result)
Parameter | Type | Beschrijving |
---|---|---|
keyword | String | Een trefwoord om te ontleden |
result | FontStyle& | Resultaat, van het parseren was succesvol, ofNormal anders |
Winstwaarde
waar als het parseren is gelukt, anders onwaar
Zie ook
- struct FontStyle
- naamruimte GroupDocs.Editor.HtmlCss.Css.Properties
- montage GroupDocs.Editor