作者:可卡因 | 来源:互联网 | 2023-09-25 01:40
篇首语:本文由编程笔记#小编为大家整理,主要介绍了Vbscript Varios Razor VB.NET相关的知识,希望对你有一定的参考价值。
' Check for an empty or null string
@If String.IsNullOrEmpty(item.PendingFiles) Then
@no pending files
End If
' Format number: number_to_format, number_of_decimals
' (uses current locale to apply thousands and decimal commas)
@FormatNumber(Model.CarbonFootprint, 2)
'Ternary operator
@IIf(item.Leido = True, "is-read", "")