TK.ToInt Method

Performs convert to int
Public Shared Function ToInt( _ 
ByVal value As Object
) As Integer
This language is not supported or no code example is available.
public static int ToInt( 
object value 
)
This language is not supported or no code example is available.

Parameters

value
object

Value to convert

Return Value

int

Converted value

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition