Table of Contents

Class StringWrapper

Namespace
Alternet.Common.TypeScript.Helpers
Assembly
Alternet.Common.TypeScript.v9.dll

Represents a base class on all wrappers around value objects. This class is abstract.

public abstract class StringWrapper : ValueObject<StringWrapper>
Inheritance
StringWrapper
Derived

Constructors

StringWrapper(string)

Initializes a new instance of the StringWrapper class with specified value.

Properties

Value

Gets a string representation of Value object.

Methods

EqualsCore(StringWrapper)
GetHashCodeCore()
ToString()

Returns a string that represents the current Value.