Class Format.Byte
- Inheritance
-
Format.Byte
- Implements
-
- Inherited Members
-
Byte: Use byte format for data size values displayed with appropriate
byte units (KB, MB, GB, etc.).
public record Format.Byte : Format.BaseNumber, IEquatable<Format>, Format.IMetricViewNumericFormat, IEquatable<Format.BaseNumber>, IEquatable<Format.Byte>
- Extension Methods
-
Constructors
protected Byte(Format.Byte original)
Parameters
Properties
protected override Type EqualityContract { get; }
Property Value
The type of format (i.e., "number", "currency", "percentage",
"byte", "date", "datetime")
public override Format.FormatType Type { get; }
Property Value
Methods
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
public override sealed bool Equals(Format.BaseNumber? other)
Parameters
Returns
public virtual bool Equals(Format.Byte? other)
Parameters
Returns
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected override bool PrintMembers(StringBuilder builder)
Parameters
Returns
public override string ToString()
Returns
Operators
public static bool operator ==(Format.Byte? left, Format.Byte? right)
Parameters
Returns
public static bool operator !=(Format.Byte? left, Format.Byte? right)
Parameters
Returns