# Format Property Gets or sets the format to use for formatting the value. ## Definition **Namespace:** CapyKit.Attributes **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 String The format string used to format the value. ## See Also #### Reference ValueFormatAttribute Class CapyKit.Attributes Namespace