Show / Hide Table of Contents

    Class TypeCodeConverterExtensions

    This is an extension implementation of the most common methods on the TypeCodeConverter class.

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

    Methods

    | Improve this Doc

    AsCode(Type)

    Gets the underlying type code of the specified type.

    Declaration
    public static TypeCode AsCode(this Type type)
    Parameters
    Type Name Description
    System.Type type

    The type whose underlying System.TypeCode to get.

    Returns
    Type Description
    System.TypeCode

    The code of the underlying type, or Empty if type is null.

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