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
proje1
StrOperation
C# Class proje1.StrOperation
Datei anzeigen
Open project: gdemir/pro-lang
Class Usage Examples
Public Methods
Method
Description
bold
(
string
str
) :
string
hide
(
string
str
) :
string
paragraph
(
string
str
) :
string
upper
(
string
str
) :
string
Method Details
bold()
public
static
method
public
static
bold
(
string
str
) :
string
str
string
return
string
hide()
public
static
method
public
static
hide
(
string
str
) :
string
str
string
return
string
paragraph()
public
static
method
public
static
paragraph
(
string
str
) :
string
str
string
return
string
upper()
public
static
method
public
static
upper
(
string
str
) :
string
str
string
return
string