NormStr Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a normalized string type that is used for string pooling.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Common.NormStr

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Class NormStr
public class NormStr
public ref class NormStr
type NormStr =  class end
public class NormStr

The NormStr type exposes the following members.

Properties

  Name Description
Public propertyStatic member Empty Gets a value that represents an empty normalized string.
Public property IsEmpty Gets or sets a value that indicates whether a normalized string is empty.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Computes the hash code of a value. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Converts a normalized string to its equivalent string representation. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Implicit(NormStr to String) Defines an implicit conversion from a normalized string to a CLS-compliant string.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Common Namespace