Table of Contents

Class TWithSizeInString<T>

Namespace
SunamoData.Data
Assembly
SunamoData.dll

Represents a value of type T with an associated size as a string.

public class TWithSizeInString<T>

Type Parameters

T

The type of the value.

Inheritance
TWithSizeInString<T>
Inherited Members
Extension Methods

Properties

SizeS

Gets or sets the size as a string (e.g., "10 MB", "5.2 GB").

public string SizeS { get; set; }

Property Value

string

Value

Gets or sets the value.

public T Value { get; set; }

Property Value

T

Methods

ToString()

Returns a string representation showing the value and size.

public override string ToString()

Returns

string

A string in the format "Value (Size)".