Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Returns a string or object consisting of the specified character repeated the specified number of times.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticStrDup(Int32, Char)

Returns a string or object consisting of the specified character repeated the specified number of times.

System_CAPS_pubmethodSystem_CAPS_staticStrDup(Int32, Object^)

Returns a string or object consisting of the specified character repeated the specified number of times.

System_CAPS_pubmethodSystem_CAPS_staticStrDup(Int32, String^)

Returns a string or object consisting of the specified character repeated the specified number of times.

Return to top
Show:
© 2017 Microsoft