LocalizedString Members
The LocalizedString structure defines a localizable string.
The following tables list the members exposed by the LocalizedString type.
Public Constructors
| Name | Description | |
|---|---|---|
| LocalizedString | Overloaded. The LocalizedString constructor overloads create new LocalizedString objects. | 
Top
Public Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | Empty | The Empty field is true if this LocalizedString object is empty. Otherwise, the Empty property is false. | 
Top
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | BaseId | The BaseId property returns a numeric ID for the string template. | 
| .gif) | IsEmpty | The IsEmpty property returns true if this LocalizedString is empty. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. The Equals method overloads compare the value of this LocalizedString object with other LocalizedString objects. | 
| .gif) | GetHashCode | Overridden. The GetHashCode method returns a hash code based on the hash codes of the resource manager and the resource id. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | Join | The Join method joins an array of strings together with a separator. | 
| .gif) .gif) | op_Equality | The op_Equality operator compares two LocalizedString objects. | 
| .gif) .gif) | op_Implicit | The implicit conversion operator from LocalizedString to String. | 
| .gif) .gif) | op_Inequality | The op_Inequality operator overload compares the magnitude of two LocalizedString objects. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | Overloaded. Overridden. The ToString method overloads return a string representation of this LocalizedString object. | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| System.IFormattable.ToString | The System.IFormattable.ToString method uses the specified IFormatProvider object to return a string representation of this LocalizedString object. | |
| System.Runtime.Serialization.ISerializable.GetObjectData | The System.Runtime.Serialization.ISerializable.GetObjectData method is called when this LocalizedString object is serialized. | |
| Microsoft.Exchange.Data.Common.ILocalizedString.LocalizedString | The Microsoft.Exchange.Data.Common.ILocalizedString.LocalizedString property returns the value of this LocalizedString object. | 
Top