This repository was archived by the owner on Dec 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
System.Text.StringBuilderExtensions_Format
Morten Aune Lyrstad edited this page Apr 16, 2022
·
18 revisions
← Index ← Namespace Index
public abstract sealed class StringBuilderExtensions_FormatNamespace: System.Text
Assembly: VRage.Library.dll
| Member | Description |
|---|---|
| static StringBuilder AppendStringBuilder(this StringBuilder, StringBuilder) | |
| static StringBuilder AppendSubstring(this StringBuilder, StringBuilder, int, int) | |
| [static StringBuilder ConcatFormat<A>(this StringBuilder, string, A, [NumberFormatInfo])](System.Text.StringBuilderExtensions_Format.ConcatFormat) | |
| [static StringBuilder ConcatFormat<A, B>(this StringBuilder, string, A, B, [NumberFormatInfo])](System.Text.StringBuilderExtensions_Format.ConcatFormat) | |
| [static StringBuilder ConcatFormat<A, B, C>(this StringBuilder, string, A, B, C, [NumberFormatInfo])](System.Text.StringBuilderExtensions_Format.ConcatFormat) | |
| [static StringBuilder ConcatFormat<A, B, C, D>(this StringBuilder, string, A, B, C, D, [NumberFormatInfo])](System.Text.StringBuilderExtensions_Format.ConcatFormat) | |
| [static StringBuilder ConcatFormat<A, B, C, D, E>(this StringBuilder, string, A, B, C, D, E, [NumberFormatInfo])](System.Text.StringBuilderExtensions_Format.ConcatFormat) | |
| static StringBuilder FirstLetterUpperCase(this StringBuilder) | |
| static StringBuilder ToLower(this StringBuilder) | |
| static StringBuilder ToUpper(this StringBuilder) |
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!