CapyKit/Documentation/Help/P_CapyKit_Attributes_ValueFormatAttribute_Format.md

719 B

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#

public string Format { get; private set; }

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