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 | |
---|---|---|
Empty | The Empty field is true if this LocalizedString object is empty. Otherwise, the Empty property is false. |
Top
Public Properties
Name | Description | |
---|---|---|
BaseId | The BaseId property returns a numeric ID for the string template. | |
IsEmpty | The IsEmpty property returns true if this LocalizedString is empty. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. The Equals method overloads compare the value of this LocalizedString object with other LocalizedString objects. | |
GetHashCode | Overridden. The GetHashCode method returns a hash code based on the hash codes of the resource manager and the resource id. | |
GetType | (inherited from Object ) | |
Join | The Join method joins an array of strings together with a separator. | |
op_Equality | The op_Equality operator compares two LocalizedString objects. | |
op_Implicit | The implicit conversion operator from LocalizedString to String. | |
op_Inequality | The op_Inequality operator overload compares the magnitude of two LocalizedString objects. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overloaded. Overridden. The ToString method overloads return a string representation of this LocalizedString object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
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