Class ConvertType
Converts values to different types. Used internally.
Inheritance
System.Object
ConvertType
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public static class ConvertType : object
Methods
ChangeType(Object, Type)
Changes the type of an object.
Declaration
public static object ChangeType(object value, Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value. |
Type | type | The type. |
Returns
Type | Description |
---|---|
System.Object | System.Object |