'Declaration
Public Function ToInt32( _ ByVal provider As IFormatProvider _ ) As Integer
'Usage
Dim instance As Comment Dim provider As IFormatProvider Dim value As Integer value = instance.ToInt32(provider)
public int ToInt32( IFormatProvider provider )
Parameters
- provider