LANCommander/LANCommander.UI/Components/ByteSize.razor

5 lines
108 B
Text
Raw Normal View History

2025-01-29 23:02:59 -06:00
@ByteSizeLib.ByteSize.FromBytes(Value).ToString()
@code {
[Parameter] public long Value { get; set; }
}