Table of Contents

Property FormatCode

Namespace
DocWright.Reporting.Pagination
Assembly
DocWright.Reporting.dll

FormatCode

Gets the Style/Format the value was formatted through, or null when it had none.

public string? FormatCode { get; }

Property Value

string

Remarks

A .NET-shaped format string as the definition authored it — N0, C2, dd/MM/yyyy — already evaluated if it was an expression. A format a target cannot express is that target's problem to translate or refuse; it is reported here unchanged rather than pre-digested into one consumer's dialect.