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
wrapperIWrapper<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
TThe type of the encapsulated instance of
wrapper.
Exceptions
- ArgumentNullException
wrapperis null.