 | StringUtilsReplicate Method (Char, Int32) |
Replicates a character n number of times and returns a string
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static string Replicate(
char character,
int charCount
)
Public Shared Function Replicate (
character As Char,
charCount As Integer
) As String
public:
static String^ Replicate(
wchar_t character,
int charCount
)
static member Replicate :
character : char *
charCount : int -> string
Parameters
- character
- Type: SystemChar
[Missing <param name="character"/> documentation for "M:Koden.Utils.StringUtils.Replicate(System.Char,System.Int32)"]
- charCount
- Type: SystemInt32
[Missing <param name="charCount"/> documentation for "M:Koden.Utils.StringUtils.Replicate(System.Char,System.Int32)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.StringUtils.Replicate(System.Char,System.Int32)"]
See Also