ExpressionNode.ConvertToIntWithCheck(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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