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 | |
---|---|---|
Empty | Gets a value that represents an empty normalized string. | |
IsEmpty | Gets or sets a value that indicates whether a normalized string is empty. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Computes the hash code of a value. (Overrides Object.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Converts a normalized string to its equivalent string representation. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
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.