Converts values to different types. Used internally.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public static class ConvertTypeChanges the type of an object.
public static object ChangeType(object value, Type type, Globalization.CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| object | value | The value. |
| Type | type | The type. |
| Globalization.CultureInfo | culture | The culture. |
| Type | Description |
|---|---|
| object | System.Object |