C# Class i18n.Helpers.StringExtensions

Exibir arquivo 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