示例#1
0
 /// <inheritdoc />
 public string FormatValue(object value, string format)
 {
     return(_htmlGenerator.FormatValue(value, format));
 }