Type:IFormatProvider: Difference between revisions

From Resonite Wiki
mNo edit summary
m cat
Tag: 2017 source edit
 
Line 7: Line 7:
* [[ProtoFlux:InvariantCulture]]
* [[ProtoFlux:InvariantCulture]]
* [[Type:StringComparison]]
* [[Type:StringComparison]]
[[Category:Type]]

Latest revision as of 08:02, 19 January 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