CapyKit/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute__ctor.md

30 lines
747 B
Markdown
Raw Normal View History

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>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
**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>