Type:IFormatProvider

From Resonite Wiki
Revision as of 19:23, 25 September 2024 by Kisaragi marine (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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