2024-06-24 01:17:33 -05:00
# ValueFormatAttribute Constructor
Default constructor. Initializes a new instance of the < a href = "T_CapyKit_Attributes_ValueFormatAttribute.md" > ValueFormatAttribute< / a > class with an empty format string.
## Definition
**Namespace:** < a href = "N_CapyKit_Attributes.md" > CapyKit.Attributes< / a >
2024-09-04 19:31:43 -05:00
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2
2024-06-24 01:17:33 -05:00
**C#**
``` C#
public ValueFormatAttribute()
```
**F#**
``` F#
new : unit -> ValueFormatAttribute
```
## See Also
#### Reference
< a href = "T_CapyKit_Attributes_ValueFormatAttribute.md" > ValueFormatAttribute Class< / a >
< a href = "Overload_CapyKit_Attributes_ValueFormatAttribute__ctor.md" > ValueFormatAttribute Overload< / a >
< a href = "N_CapyKit_Attributes.md" > CapyKit.Attributes Namespace< / a >