EnumExtensions
Class
Holds extension methods for Enum class.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public static class EnumExtensions
Inheritance: objectEnumExtensions
Methods
Converts value to the enumerator of type T.
C#
public static T ConvertTo<T>(object value)
Value to be converted.
Returns:T
Value converted to the enumerator type.