ExpressionNode.ConvertToIntWithCheck(String) 메서드

정의

문자열을 정수로 변환합니다. FormatException을 Catch하고 TypeConversionException을 throw합니다.

protected static int ConvertToIntWithCheck(string value);
static member ConvertToIntWithCheck : string -> int
Protected Shared Function ConvertToIntWithCheck (value As String) As Integer

매개 변수

value
String

반품

예외

적용 대상