Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
DropkicKExample
StringExtensions
C# Class DropkicKExample.StringExtensions
Extensions for strings
Datei anzeigen
Open project: ferventcoder/presentations
Public Methods
Method
Description
FormatWith
(
this
input
) :
string
Formats string with the formatting passed in. This is a shortcut to string.Format().
Method Details
FormatWith()
public
static
method
Formats string with the formatting passed in. This is a shortcut to string.Format().
public
static
FormatWith
(
this
input
) :
string
input
this
The input.
return
string