FormattedValue<TValue>
public class FormattedValue<TValue> : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Constructors
FormattedValue<TValue>
public FormattedValue(TValue value, string valueFormatted)
Properties
Value
public TValue Value { get; }
ValueFormatted
public string ValueFormatted { get; }
Methods
DeepClone
public override object DeepClone()
ToString
public override string ToString()