ExpressionNode.ConvertToIntWithCheck(String) Method

Definition

Converts string to integer. Catches FormatException and throws TypeConversionException.

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

Parameters

value
String

Returns

Exceptions

Applies to