Table of Contents

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

value object

The value.

type Type

The type.

Returns

object

System.Object