String Class
Note: This API is now obsolete.
Represents text.
Inheritance Hierarchy
System.Object
TcHmiSrv.IObject
TcHmiSrv.String
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
[ObsoleteAttribute("Type 'TcHmiSrv.String' is obsolete. Use type 'System.String' instead.")]
public class String : IObject, IEquatable<String>
The String type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the String class. | |
|
Initializes a new instance of the String class with the specified name. | |
|
Initializes a new instance of the String class based on another String. |
Properties
|
Name |
Description |
---|---|---|
|
Gets a value that indicates whether the String is set. | |
|
Gets or sets the name of the String. |
Methods
|
Name |
Description |
---|---|---|
|
(Inherited from IObject.) | |
|
Releases the unmanaged resources used by the String and optionally releases the managed resources (Overrides IObject.Dispose(Boolean).) | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Indicates whether the current String is equal to another String. | |
|
(Inherited from IObject.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Exchanges the values of two instances of the String class. | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Determines whether two instances of the String class are equal. | |
|
Converts an instance of the String class to the appropriate instance of the String class. | |
|
Converts an instance of the String class to the appropriate instance of the String class. | |
|
Determines whether two instances of the String class are not equal. |