-
Notifications
You must be signed in to change notification settings - Fork 123
System.Text.StringBuilderExtensions_Format
← Index ← Namespace Index
public abstract sealed class StringBuilderExtensions_Format
Namespace: System.Text
Assembly: VRage.Library.dll
static StringBuilder AppendStringBuilder(this StringBuilder, StringBuilder)
static StringBuilder AppendSubstring(this StringBuilder, StringBuilder, int, int)
static StringBuilder ConcatFormat<A>(this StringBuilder, string, A, NumberFormatInfo = null)
static StringBuilder ConcatFormat<A, B>(this StringBuilder, string, A, B, NumberFormatInfo = null)
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!