ExpressionNode.ConvertToIntWithCheck(String) メソッド

定義

文字列を整数に変換します。 FormatException をキャッチし、TypeConversionException をスローします。

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

パラメーター

value
String

返品

例外

適用対象