Type:IFormatProvider: Difference between revisions

From Resonite Wiki
Created page with "IFormatProvider is a type that appears when formatting things. 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 == * ProtoFlux:CurrentCulture * ProtoFlux:InvariantCulture * Type:StringComparison"
 
m cat
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
IFormatProvider is a type that appears when formatting things. This affects when writing down "locale"-specific things. "Locale" is referred as Culture in .NET world.
IFormatProvider is a type that appears when [[Text_Formatting|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.
In often case, per-user language setting is used. If you want to avoid it, consider give explicit one.
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