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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eFieldInfo\u003c/code\u003e is a class providing rich semantic information about an API field, going beyond basic typing.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFieldInfo\u003c/code\u003e class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enabling capabilities like deep cloning and message equality checks.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFieldInfo\u003c/code\u003e contains a \u003ccode\u003eFormat\u003c/code\u003e property to document the API's field value format, a \u003ccode\u003eDescriptor\u003c/code\u003e property to obtain its \u003ccode\u003eMessageDescriptor\u003c/code\u003e, and a \u003ccode\u003eParser\u003c/code\u003e property to get a \u003ccode\u003eMessageParser\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFieldInfo\u003c/code\u003e class contains methods to calculate the message size (\u003ccode\u003eCalculateSize\u003c/code\u003e), create a deep clone (\u003ccode\u003eClone\u003c/code\u003e), check equality (\u003ccode\u003eEquals\u003c/code\u003e), obtain the hash code (\u003ccode\u003eGetHashCode\u003c/code\u003e), merge from another message (\u003ccode\u003eMergeFrom\u003c/code\u003e), and serialize the message to a stream (\u003ccode\u003eWriteTo\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors, a parameterless one and one that accepts another FieldInfo object for initialization.\u003c/p\u003e\n"]]],[],null,[]]