Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

System.Text.StringBuilderExtensions_Format

Malware edited this page Dec 13, 2025 · 18 revisions

DEPRECATION NOTICE

This API documentation is out of date and no longer maintained.

Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi

IndexNamespace Index

StringBuilderExtensions_Format Class

public abstract sealed class StringBuilderExtensions_Format

Namespace: System.Text
Assembly: VRage.Library.dll

Methods

static StringBuilder AppendStringBuilder(this StringBuilder stringBuilder, StringBuilder otherStringBuilder)

static StringBuilder AppendSubstring(this StringBuilder stringBuilder, StringBuilder append, int start, int count)

static StringBuilder ConcatFormat<A>(this StringBuilder string_builder, string format_string, A arg1, NumberFormatInfo numberFormat = null)

static StringBuilder ConcatFormat<A, B>(this StringBuilder string_builder, string format_string, A arg1, B arg2, NumberFormatInfo numberFormat = null)

static StringBuilder ConcatFormat<A, B, C>(this StringBuilder string_builder, string format_string, A arg1, B arg2, C arg3, NumberFormatInfo numberFormat = null)

static StringBuilder ConcatFormat<A, B, C, D>(this StringBuilder string_builder, string format_string, A arg1, B arg2, C arg3, D arg4, NumberFormatInfo numberFormat = null)

static StringBuilder ConcatFormat<A, B, C, D, E>(this StringBuilder string_builder, string format_string, A arg1, B arg2, C arg3, D arg4, E arg5, NumberFormatInfo numberFormat = null)

static StringBuilder FirstLetterUpperCase(this StringBuilder self)

static StringBuilder ToLower(this StringBuilder self)

static StringBuilder ToUpper(this StringBuilder self)

Clone this wiki locally