LocalizedString.ToString Method

Include Protected Members
Include Inherited Members

The ToString method overloads return a string representation of this LocalizedString object.

Overload List

  Name Description
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