Class Wrapper
- Namespace
- Cuemon.Extensions
- Assembly
- Cuemon.Extensions.Core.dll
Provides helper method for a Wrapper<T> object.
public static class Wrapper
- Inheritance
-
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 String representation of the wrapped instance in the Wrapper<T> object.
Type Parameters
T
The type of the encapsulated instance of
wrapper
.
Exceptions
- ArgumentNullException
wrapper
is null.