XmlHelperIsNullOrEmpty Method |
判断是否是空的Xml信息.
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static bool IsNullOrEmpty(
string value
)
public:
static bool IsNullOrEmpty(
String^ value
)
Parameters
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:X3Platform.Util.XmlHelper.IsNullOrEmpty(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:X3Platform.Util.XmlHelper.IsNullOrEmpty(System.String)"]
See Also