C# Class i18n.Helpers.StringExtensions

Afficher le fichier Open project: turquoiseowl/i18n

Méthodes publiques

Méthode Description
IsSet ( this str ) : bool

String extension method to simplify testing for non-null/non-empty values.

Method Details

IsSet() public static méthode

String extension method to simplify testing for non-null/non-empty values.
public static IsSet ( this str ) : bool
str this
Résultat bool