eDriven Framework API
Prepend Method (input, count, c)
NamespaceseDriven.Core.UtilLogUtilPrepend(String, Int32, String)
eDriven Framework API
Prepends a number of characters to the input string Use space character for tabbing
Declaration Syntax
C#Visual BasicVisual C++
public static string Prepend(
	string input,
	int count,
	string c
)
Public Shared Function Prepend ( _
	input As String, _
	count As Integer, _
	c As String _
) As String
public:
static String^ Prepend(
	String^ input, 
	int count, 
	String^ c
)
Parameters
input (String)
count (Int32)
c (String)
Return Value

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)