TryParse

FontSize.TryParse method

지정된 키워드를 ‘font-size’의 적절한 키워드 값으로 인식하고 성공 시 반환하거나 실패 시 NULL을 반환합니다.

public static bool TryParse(string keyword, out FontSize result)
모수 유형 설명
keyword String 파싱할 키워드
result FontSize& 구문 분석의 결과가 성공했거나Medium 그렇지 않으면

반환 값

구문 분석이 성공하면 true, 그렇지 않으면 false

또한보십시오