public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(Object pSource)
判斷是否為空值(包含null)
|
static boolean |
isEmptyOrSpace(Object pObject)
判斷是否為空值(包含null)或空白
|
Copyright © 2022. All rights reserved.