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