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>
|
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 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>
|