Show / Hide Table of Contents

Class NativeTypeConverter

Provides methods to convert a to other native types.

Inheritance
System.Object
NativeTypeConverter
Namespace: Paradigm.ORM.Data.Converters
Assembly: Paradigm.ORM.Data.dll
Syntax
public static class NativeTypeConverter : object

Methods

| Improve this Doc View Source

ConvertTo(Object, Type)

Converts an object to a given .net type.

Declaration
public static object ConvertTo(object value, Type type)
Parameters
Type Name Description
System.Object value

The value to convert.

Type type

The type to convert to.

Returns
Type Description
System.Object

A value of the specified type.

Remarks

This method only works for native type codes.

  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.