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.
Strings::StrDup Method
.NET Framework (current version)
Returns a string or object consisting of the specified character repeated the specified number of times.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | StrDup(Int32, Char) | Returns a string or object consisting of the specified character repeated the specified number of times. |
![]() ![]() | StrDup(Int32, Object^) | Returns a string or object consisting of the specified character repeated the specified number of times. |
![]() ![]() | StrDup(Int32, String^) | Returns a string or object consisting of the specified character repeated the specified number of times. |
Show:

