Select theme:
Radzen Blazor Studio has replaced Radzen as the primary RAD tool for Blazor applications.
Radzen Blazor Studio offers a modern UI, enhanced features, and improved performance to streamline your development process.
The latest documentation for Radzen Blazor Studio is available here: https://www.radzen.com/blazor-studio/documentation/
Open Radzen Blazor Studio docsTo 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.
Start FreeSelect theme: