LocalizedString members
The LocalizedString structure defines a localizable string.
The LocalizedString type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
LocalizedString(String) | The LocalizedString constructor creates a new LocalizedString object. |
![]() |
LocalizedString(String, ExchangeResourceManager, []) | The LocalizedString constructor creates a new LocalizedString object. |
![]() |
LocalizedString(String, String, Boolean, Boolean, ExchangeResourceManager, []) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
BaseId | The BaseId property returns a numeric ID for the string template. |
![]() |
FormatParameters | |
![]() |
FullId | |
![]() |
IsEmpty | The IsEmpty property returns true if this LocalizedString is empty. |
![]() |
ShowAssistanceInfoInUIIfError | |
![]() |
ShowStringIdInUIIfError | |
![]() |
StringId |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | The Equals method compares this LocalizedString object to another. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(LocalizedString) | The Equals method compares this LocalizedString object with another. |
![]() |
GetHashCode | The GetHashCode method returns a hash code based on the hash codes of the resource manager and the resource id. (Overrides ValueType.GetHashCode().) |
![]() ![]() |
Join | The Join method joins an array of strings together with a separator. |
![]() |
RecreateWithNewParams | |
![]() |
ToString() | The ToString method returns a string representation of this LocalizedString object. (Overrides ValueType.ToString().) |
![]() |
ToString(IFormatProvider) | The ToString method uses the specified IFormatProvider object to return a string representation of this LocalizedString object. |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | The Equality operator compares two LocalizedString objects. |
![]() ![]() |
Implicit(LocalizedString to String) | The implicit conversion operator from LocalizedString to String. |
![]() ![]() |
Inequality | The Inequality operator overload compares the magnitude of two LocalizedString objects. |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Empty | The Empty field is true if this LocalizedString object is empty. Otherwise, the Empty property is false. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
ILocalizedString.LocalizedString |
Top