Version

ToInt(IFormatProvider) Method

Convert this class instance's value to an int
Syntax
public int ToInt( 
   IFormatProvider provider
)

Parameters

provider
An IFormatProvider interface implementation that supplies culture-specific formatting information

Return Value

A signed 32-bit integer value containing the equivalent value of this instance
Remarks

If there is no meaningful conversion to an integer this method will throw an InvalidCastException

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also