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 125
System.Text.StringBuilderExtensions_Format.ConcatFormat
Malware edited this page Dec 13, 2025
·
9 revisions
This API documentation is out of date and no longer maintained.
Please visit the new documentation at: https://malforge.github.io/spaceengineers/pbapi
← Index ← Namespace Index ← StringBuilderExtensions_Format
public static StringBuilder ConcatFormat<A>(this StringBuilder string_builder, string format_string, A arg1, NumberFormatInfo numberFormat = null)- StringBuilder string_builder
- string format_string
- A arg1
- NumberFormatInfo numberFormat
public static StringBuilder ConcatFormat<A, B>(this StringBuilder string_builder, string format_string, A arg1, B arg2, NumberFormatInfo numberFormat = null)- StringBuilder string_builder
- string format_string
- A arg1
- B arg2
- NumberFormatInfo numberFormat
public static StringBuilder ConcatFormat<A, B, C>(this StringBuilder string_builder, string format_string, A arg1, B arg2, C arg3, NumberFormatInfo numberFormat = null)- StringBuilder string_builder
- string format_string
- A arg1
- B arg2
- C arg3
- NumberFormatInfo numberFormat
public 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)- StringBuilder string_builder
- string format_string
- A arg1
- B arg2
- C arg3
- D arg4
- NumberFormatInfo numberFormat
public 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)- StringBuilder string_builder
- string format_string
- A arg1
- B arg2
- C arg3
- D arg4
- E arg5
- NumberFormatInfo numberFormat
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!