Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
i18n
Helpers
StringExtensions
C# Class i18n.Helpers.StringExtensions
显示文件
Open project: turquoiseowl/i18n
Public Methods
Method
Description
IsSet
(
this
str
) :
bool
String extension method to simplify testing for non-null/non-empty values.
Method Details
IsSet()
public
static
method
String extension method to simplify testing for non-null/non-empty values.
public
static
IsSet
(
this
str
) :
bool
str
this
return
bool