ClassEnumExtensions
Class
Holds extension methods for Enum class.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public static class EnumExtensions
Inheritance: objectEnumExtensions
Methods
ConvertTo<T>(object)
Converts value to the enumerator of type T.
Declaration
cs-api-definition
public static T ConvertTo<T>(object value)
Parameters
value
Value to be converted.
Returns
T
Value converted to the enumerator type.
GetValues(Type)
Retrieves an array of the values of the constants in a specified enumeration.