public FieldInfo.Types.Format Format { get; set; }
The standard format of a field value. This does not explicitly configure
any API consumer, just documents the API's format for the field it is
applied to.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["`FieldInfo` is a class providing rich semantic information about an API field, going beyond basic typing."],["The `FieldInfo` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling capabilities like deep cloning and message equality checks."],["`FieldInfo` contains a `Format` property to document the API's field value format, a `Descriptor` property to obtain its `MessageDescriptor`, and a `Parser` property to get a `MessageParser` instance."],["The `FieldInfo` class contains methods to calculate the message size (`CalculateSize`), create a deep clone (`Clone`), check equality (`Equals`), obtain the hash code (`GetHashCode`), merge from another message (`MergeFrom`), and serialize the message to a stream (`WriteTo`)."],["The class offers two constructors, a parameterless one and one that accepts another FieldInfo object for initialization."]]],[]]