Type:IFormatProvider: Difference between revisions

From Resonite Wiki
mNo edit summary
Added category: Interface types
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
* [[ProtoFlux:InvariantCulture]]
* [[ProtoFlux:InvariantCulture]]
* [[Type:StringComparison]]
* [[Type:StringComparison]]
[[Category:Type]]
[[Category:Interface types]]

Latest revision as of 17:02, 25 August 2025

IFormatProvider is a type that appears when formatting text. This affects when writing down "locale"-specific things. "Locale" is referred as Culture in .NET world.

In often case, per-user language setting is used. If you want to avoid it, consider give explicit one.

Related nodes