Table of Contents

ParseInstance Method

Definition

Namespace
Cuemon.Extensions
Assemblies
Cuemon.Extensions.Core.dll
Source
src/Cuemon.Extensions.Core/Wrapper.cs

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.