public static string Repeat( string s, int times )
Public Shared Function Repeat ( _ s As String, _ times As Integer _ ) As String
public: static String^ Repeat( String^ s, int times )