Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
PoshCode
Utility
StringHelper
C# Class PoshCode.Utility.StringHelper
ファイルを表示
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