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"
 
Added category: Interface types
 
(2 intermediate revisions by one other 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]]
[[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