CDATA Class

DCSoft.DBUtilityGeneric

CDATA Class
XML,Cdata数据处理
Inheritance Hierarchy
SystemObject  DCSoft.Utility.UtilsCDATA

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public class CDATA : IXmlSerializable

The CDATA type exposes the following members.

Constructors
  NameDescription
Public methodCDATA
构造函数
Public methodCDATA(String)
Initializes a new instance of the CDATA class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetSchema
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadXml
读取xml
Public methodToString
重写tostring
(Overrides ObjectToString.)
Public methodWriteXml
写入xml
Top
Operators
  NameDescription
Public operatorStatic member(String to CDATA)
CDATA隐式转换
Public operatorStatic member(CDATA to String)
STRING隐式转换
Top
Properties
  NameDescription
Public propertyValue
Top
See Also