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