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 DocParseInstance<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 |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException |
|