Share via


LocalizedString members

The LocalizedString structure defines a localizable string.

The LocalizedString type exposes the following members.

Constructors

  Name Description
Public method LocalizedString(String) The LocalizedString constructor creates a new LocalizedString object.
Public method LocalizedString(String, ExchangeResourceManager, []) The LocalizedString constructor creates a new LocalizedString object.
Public method LocalizedString(String, String, Boolean, Boolean, ExchangeResourceManager, [])

Top

Properties

  Name Description
Public property BaseId The BaseId property returns a numeric ID for the string template.
Public property FormatParameters
Public property FullId
Public property IsEmpty The IsEmpty property returns true if this LocalizedString is empty.
Public property ShowAssistanceInfoInUIIfError
Public property ShowStringIdInUIIfError
Public property StringId

Top

Methods

  Name Description
Public method Equals(Object) The Equals method compares this LocalizedString object to another. (Overrides ValueType.Equals(Object).)
Public method Equals(LocalizedString) The Equals method compares this LocalizedString object with another.
Public method GetHashCode The GetHashCode method returns a hash code based on the hash codes of the resource manager and the resource id. (Overrides ValueType.GetHashCode().)
Public methodStatic member Join The Join method joins an array of strings together with a separator.
Public method RecreateWithNewParams
Public method ToString() The ToString method returns a string representation of this LocalizedString object. (Overrides ValueType.ToString().)
Public method ToString(IFormatProvider) The ToString method uses the specified IFormatProvider object to return a string representation of this LocalizedString object.

Top

Operators

  Name Description
Public operatorStatic member Equality The Equality operator compares two LocalizedString objects.
Public operatorStatic member Implicit(LocalizedString to String) The implicit conversion operator from LocalizedString to String.
Public operatorStatic member Inequality The Inequality operator overload compares the magnitude of two LocalizedString objects.

Top

Fields

  Name Description
Public fieldStatic member Empty The Empty field is true if this LocalizedString object is empty. Otherwise, the Empty property is false.

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate property ILocalizedString.LocalizedString

Top

See also

Reference

LocalizedString structure

Microsoft.Exchange.Data.Common namespace