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