Assembly: VRage.Library.dll

public abstract sealed class StringBuilderExtensions_Format

Methods

Member Description
static AppendStringBuilder(this StringBuilder, StringBuilder)
static AppendSubstring(this StringBuilder, StringBuilder, int, int)
static ConcatFormat(this StringBuilder, string, A, NumberFormatInfo)
static ConcatFormat<A, B>(this StringBuilder, string, A, B, NumberFormatInfo)
static ConcatFormat<A, B, C>(this StringBuilder, string, A, B, C, NumberFormatInfo)
static ConcatFormat<A, B, C, D>(this StringBuilder, string, A, B, C, D, NumberFormatInfo)
static ConcatFormat<A, B, C, D, E>(this StringBuilder, string, A, B, C, D, E, NumberFormatInfo)
static FirstLetterUpperCase(this StringBuilder)
static ToLower(this StringBuilder)
static ToUpper(this StringBuilder)