mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
30 lines
747 B
Markdown
30 lines
747 B
Markdown
|
# 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>
|