'DeclarationPublic Function ToInt32( _ ByVal provider As IFormatProvider _ ) As Integer
'UsageDim instance As Hyperlink Dim provider As IFormatProvider Dim value As Integer value = instance.ToInt32(provider)
public int ToInt32( IFormatProvider provider )
Parameters
- provider