Const
Représente un string vide.
Cela permet d'améliorer la visualisation du code, un peu comme string.Empty en C#.
string.Empty
C#
https://learn.microsoft.com/fr-fr/dotnet/api/system.string.empty?view=net-9.0
Représente un string vide.
Cela permet d'améliorer la visualisation du code, un peu comme
string.EmptyenC#.