
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
String Constructor (Char, Int32)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Initializes a new instance of the String class to the value indicated by a specified Unicode character repeated a specified number of times.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- c
-
Type:
System.Char
A Unicode character.
- count
-
Type:
System.Int32
The number of times c occurs.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | count is less than zero. |
![]() |
---|
For examples and comprehensive usage information about this and other String constructor overloads, see the String constructor summary. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: