Class StringHelper
java.lang.Object
com.microsoft.store.partnercenter.utils.StringHelper
public class StringHelper extends Object
-
Constructor Summary
Constructors Constructor Description StringHelper() -
Method Summary
Modifier and Type Method Description static StringfromInputStream(InputStream is)static StringfromInputStream(InputStream is, String encoding)static booleanisEmptyOrContainsWhiteSpace(String string)static booleanisNullOrEmpty(String string)static booleanisNullOrWhiteSpace(String string)
-
Constructor Details
-
StringHelper
public StringHelper()
-
-
Method Details