Pinned Loading
-
MbSoftLab.StringEnums
MbSoftLab.StringEnums PublicMbSoftLab.StringEnums can help you to decorate Enums with custom Strings
C# 1
-
MbSoftLab.TemplateEngine.Core
MbSoftLab.TemplateEngine.Core PublicString TemplateEngine for .netCore
C# 1
-
Blazor EuroCurrencyLabel
Blazor EuroCurrencyLabel 1@code {
2[Parameter] public double Price { get; set; }
3[Parameter] public string ToolTip { get; set; }
4[Parameter] public int DecimalPlaces { get; set; } = 2;
5}
-
Blazor TimeSpanLabel
Blazor TimeSpanLabel 1@code {
2[Parameter] public System.TimeSpan Value { get; set; }
3}
45<span>
-
EmbeddedResourceReader
EmbeddedResourceReader 1using System.Reflection;
23internal static class EmbeddedResourceReader
4{
5public static string ReadResource(string resourceName)
-
Extension Methods for formating numb...
Extension Methods for formating numbers as String in C# with german culture 1namespace MarketAnalyzer.Blazor.Components
2{
3public static class NumberStringFormatExtensions
4{
5public static string ToEuroCurrency(this double currencyValue, int decimalPlaces=-1)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.