Show / Hide Table of Contents

    Class TypeCodeConverter

    This utility class is designed to make System.TypeCode related conversions easier to work with.

    Inheritance
    System.Object
    TypeCodeConverter
    Namespace: Cuemon
    Assembly: Cuemon.Core.dll
    Syntax
    public static class TypeCodeConverter

    Methods

    | Improve this Doc

    FromType(Type)

    Converts the specified source to its equivalent System.TypeCode representation.

    Declaration
    public static TypeCode FromType(Type source)
    Parameters
    Type Name Description
    System.Type source

    The System.Type to be converted.

    Returns
    Type Description
    System.TypeCode

    A System.TypeCode representation of the specified source.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX