PeterO.InvariantText

PeterO.InvariantText

public static class InvariantText

Contains string processing operations that should be consistent regardless of locale. This class, along with the CulturedText class, supports the correct use of string functions in the framework. InvariantText is intended for use in locale-independent string processing, such as data and file system processing, while CulturedText is intended for text display.

Member Summary

Format

public static string Format(
    string formattedText,
    params object[] options);

Not documented yet.

Parameters:

Return Value:

A text string.

Back to petero-csharp start page.