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