Select theme:
To format data in Radzen Blazor applications use the ToString method and specify a format expression.
The standard ToUpper
and ToLower
methods allow you to transform the string casing.
${stringProperty.ToUpper()}
${stringProperty.ToLower()}
You can use standard and custom .NET number format strings.
${numberProperty.ToString("C0")}
${numberProperty.ToString("P")}
${numberProperty.ToString("00.00")}
Both standard and custom date formats are supported.
${dateProperty.ToString("d")}
${dateProperty.ToString("dd/MM/yyyy")}
Radzen is free to use. You can also test the premium features for 15 days.
Download NowSelect theme: