Version

ToInt Method (SchedulePropertyMappingsCollection<T>)

When overridden in a derived class, converts the specified value to an integer.
Syntax
protected abstract int ToInt( 
   T value
)

Parameters

value
The value to convert.

Return Value

The equivalent integer value.
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