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

String Class 1:

String.

Initializes a new instance of the String class.

String Class 2:

String(String)

Initializes a new instance of the String class with the specified name.

String Class 3:

String(String)

Initializes a new instance of the String class based on another String.

Properties

 

Name

Description

String Class 4:

IsSet

Gets a value that indicates whether the String is set.

String Class 5:

Name

Gets or sets the name of the String.

Methods

 

Name

Description

String Class 6:

Dispose.

(Inherited from IObject.)

String Class 7:

Dispose(Boolean)

Releases the unmanaged resources used by the String and optionally releases the managed resources (Overrides IObject.Dispose(Boolean).)

String Class 8:

Equals(Object)

Determines whether the specified object is equal to the current object. (Inherited from Object.)

String Class 9:

Equals(String)

Indicates whether the current String is equal to another String.

String Class 10:

Finalize

(Inherited from IObject.)

String Class 11:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

String Class 12:

GetType

Gets the Type of the current instance. (Inherited from Object.)

String Class 13:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

String Class 14:

swap

Exchanges the values of two instances of the String class.

String Class 15:

ToString

Returns a string that represents the current object. (Inherited from Object.)

Operators

 

Name

Description

String Class 16:

String Class 17:

Equality

Determines whether two instances of the String class are equal.

String Class 18:

String Class 19:

.(String to String)

Converts an instance of the String class to the appropriate instance of the String class.

String Class 20:

String Class 21:

.(String to String)

Converts an instance of the String class to the appropriate instance of the String class.

String Class 22:

String Class 23:

Inequality

Determines whether two instances of the String class are not equal.

Reference

TcHmiSrv Namespace