Table of Contents

Class Wrapper

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Provides helper method for a Wrapper<T> object.

public static class Wrapper
Inheritance
Object
Wrapper

Methods

ParseInstance<T>(IWrapper<T>)

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

public static string ParseInstance<T>(IWrapper<T> wrapper)

Parameters

wrapper IWrapper<T>

The wrapper object to parse the instance.

Returns

String

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

Type Parameters

T

The type of the encapsulated instance of wrapper.

Exceptions

System.ArgumentNullException

wrapper is null.