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
PoshCode
Utility
StringHelper
C# Class PoshCode.Utility.StringHelper
Datei anzeigen
Open project: Jaykul/PoshConsole
Public Methods
Method
Description
GetLastWord
(
this
cmdline
,
bool
trimQuotes
= true ) :
string
LineCount
(
this
text
) :
int
Method Details
GetLastWord()
public
static
method
public
static
GetLastWord
(
this
cmdline
,
bool
trimQuotes
= true ) :
string
cmdline
this
trimQuotes
bool
return
string
LineCount()
public
static
method
public
static
LineCount
(
this
text
) :
int
text
this
return
int