Click or drag to resize

String Structure

返回用户文档首页
字符串类型
Inheritance Hierarchy
SystemObject
  SystemValueType
    LoongCAD.STC.Friendly.DataTypeString

Namespace: LoongCAD.STC.Friendly.DataType
Assembly: LoongCAD.STC.Friendly.DataType (in LoongCAD.STC.Friendly.DataType.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(StringConverter))]
public struct String : IStringDataType, IDataType

The String type exposes the following members.

Constructors
 NameDescription
Public methodStringInitializes a new instance of the String class
Top
Properties
 NameDescription
Public propertyRawValue 
Public propertyValue 
Top
Methods
 NameDescription
Public methodCreateTypeConverter 
Public methodEquals
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodGetSchema 
Public methodReadXml 
Public methodToString
(Overrides ValueTypeToString)
Public methodWriteXml 
Top
Operators
See Also