Show / Hide Table of Contents

    Class Wrapper

    Provides helper method for a Wrapper<T> object.

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

    Methods

    | Improve this Doc

    ParseInstance<T>(IWrapper<T>)

    Parses the encapsulated instance of the specified wrapper for a human-readable string value.

    Declaration
    public static string ParseInstance<T>(IWrapper<T> wrapper)
    Parameters
    Type Name Description
    IWrapper<T> wrapper

    The wrapper object to parse the instance.

    Returns
    Type Description
    System.String

    A human-readable System.String representation of the wrapped instance in the Wrapper<T> object.

    Type Parameters
    Name Description
    T

    The type of the encapsulated instance of wrapper.

    Exceptions
    Type Condition
    System.ArgumentNullException

    wrapper is null.

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