CapyKit/Documentation/Help/P_CapyKit_Attributes_ValueFormatAttribute_Format.md

33 lines
719 B
Markdown
Raw Normal View History

2024-06-24 01:17:33 -05:00
# Format Property
Gets or sets the format to use for formatting the value.
## Definition
**Namespace:** <a href="N_CapyKit_Attributes.md">CapyKit.Attributes</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0
**C#**
``` C#
public string Format { get; private set; }
```
**F#**
``` F#
member Format : string with get, private set
```
#### Property Value
<a href="https://learn.microsoft.com/dotnet/api/system.string" target="_blank" rel="noopener noreferrer">String</a>
The format string used to format the value.
## See Also
#### Reference
<a href="T_CapyKit_Attributes_ValueFormatAttribute.md">ValueFormatAttribute Class</a>
<a href="N_CapyKit_Attributes.md">CapyKit.Attributes Namespace</a>