C# 클래스 i18n.Helpers.StringExtensions

파일 보기 프로젝트 열기: turquoiseowl/i18n

공개 메소드들

메소드 설명
IsSet ( this str ) : bool

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

메소드 상세

IsSet() 공개 정적인 메소드

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