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" |
mNo edit summary |
||
Line 1: | Line 1: | ||
IFormatProvider is a type that appears when formatting | 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. |
Latest revision as of 19:24, 25 September 2024
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.