Show / Hide Table of Contents

Class Wrapper

Provides helper method for a Wrapper<T> object.

Inheritance
Object
Wrapper
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public static class Wrapper

Methods

| Improve this Doc View Source

ParseInstance<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
String

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

Type Parameters
Name Description
T

The type of the encapsulated instance of wrapper.

Exceptions
Type Condition
ArgumentNullException

wrapper is null.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX