What about this:
string tabs = new string('\t', n);
Where n
is the number of times you want to repeat the string.
Or better:
static string Tabs(int n) { return new string('\t', n); }
Related Posts:
- What’s the @ in front of a string in C#?
- What is the difference between String and string in C#?
- How can I convert String to Int?
- What is a singleton in C#?
- My C# application is returning 0xE0434352 to Windows Task Scheduler but it is not crashing
- C# Set collection?
- Why is Dictionary preferred over Hashtable in C#?
- Does anyone still use [goto] in C# and if so why?
- How does the “Using” statement translate from C# to VB?
- What is the best way to parse html in C#? [closed]
- Best C# API to create PDF
- C# cannot convert method to non delegate type
- What is the difference between const and readonly in C#?
- Pass Method as Parameter using C#
- ArrayList vs List<> in C#
- How to solve ‘…is a ‘type’, which is not valid in the given context’? (C#)
- Calling the base constructor in C#
- How to empty a list in C#?
- Substring index and length must refer to a location within the string
- How to open an Excel file in C#?
- What is a method group in C#?
- How to convert UTF-8 byte[] to string
- .NET String.Format() to add commas in thousands place for a number
- How do I save a stream to a file in C#?
- Print Pdf in C#
- Can a Byte[] Array be written to a file in C#?
- What is a quick way to force CRLF in C# / .NET?
- Creating a List of Lists in C#
- Unrecognized escape sequence for path string containing backslashes
- C# int to byte[]
- .Net 4.8 Support for Windows 10 ends in 26 days?
- What is a NullReferenceException, and how do I fix it?
- How do I get a random YouTube video with the YouTube API?
- What is a NullReferenceException, and how do I fix it?
- What’s the difference between .NET Core, .NET Framework, and Xamarin?
- IOException: The process cannot access the file ‘file path’ because it is being used by another process
- No connection could be made because the target machine actively refused it?
- What does a lock statement do under the hood?
- Convert int to string?
- Could not load file or assembly or one of its dependencies
- Multiline string literal in C#
- What is the purpose of nameof?
- Where/how can I download (and install) the Microsoft.Jet.OLEDB.4.0 for Windows 8, 64 bit?
- Convert Enum to String
- Error 1053 the service did not respond to the start or control request in a timely fashion
- Windows Application has stopped working :: Event Name CLR20r3
- Access to the path is denied
- Extension methods must be defined in a non-generic static class
- Metadata file ‘.dll’ could not be found
- C# List
to string with delimiter - Convert a list of strings to a single string
- How to resolve this System.IO.FileNotFoundException
- What’s the difference between struct and class in .NET?
- Associating enums with strings in C#
- How do I declare a DefaultValue attribute whose value is an array of strings?
- How to resolve this System.IO.FileNotFoundException
- Extension methods must be defined in a non-generic static class
- “An attempt was made to load a program with an incorrect format” even when the platforms are the same
- Invalid URI: The format of the URI could not be determined
- Multiple file-extensions searchPattern for System.IO.Directory.GetFiles
- C# – Illegal characters in path
- Getting The ASCII Value of a character in a C# string
- Html.Partial vs Html.RenderPartial & Html.Action vs Html.RenderAction
- Unable to read data from the transport connection : An existing connection was forcibly closed by the remote host
- Why did I get the compile error “Use of unassigned local variable”?
- Reading CSV file and storing values into an array
- The remote server returned an error: (407) Proxy Authentication Required
- How can I fix the error : “Unreachable Code Detected”
- Cannot access a disposed object – How to fix?
- Deep cloning objects
- Regular expression “^[a-zA-Z]” or “[^a-zA-Z]”
- How to split() a delimited string to a List
- Creating a comma separated list from IList
or IEnumerable - Remove element of a regular array
- How to solve “Could not establish trust relationship for the SSL/TLS secure channel with authority”
- XmlSerializer – There was an error reflecting type
- Run Command Prompt Commands
- SQLite equivalent to ISNULL(), NVL(), IFNULL() or COALESCE()
- Could not establish secure channel for SSL/TLS with authority ‘*’
- windows could not start service on local computer error 5 access is denied
- Visual Studio keeps crashing
- Is there an equivalent to the Scanner class in C# for strings?
- How can I implement static methods on an interface?
- Adding a newline into a string in C#
- How do I exit a WPF application programmatically?
- How to format a string as a telephone number in C#
- How to enable assembly bind failure logging (Fusion) in .NET
- How to make inline functions in C#
- .NET Framework 4.6 or a later update is already installed on this computer
- How to create a new object instance from a Type
- Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: 80040154
- When should I use a List vs a LinkedList
- What is a “first chance exception”?
- .NET Core vs Mono
- Convert JSON String to JSON Object c#
- Iif equivalent in C#
- Convert an array to string
- LINQ query on a DataTable
- A certificate chain could not be built to a trusted root authority
- How to enumerate an enum