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