Brush.ToString Method
Definition
Creates a string representation of this object.
Overloads
ToString() |
Return string representation of this Brush. |
ToString(IFormatProvider) |
Creates a string representation of this object based on the specified culture-specific formatting information. |
ToString()
ToString(IFormatProvider)
Creates a string representation of this object based on the specified culture-specific formatting information.
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
Parameters
- provider
- IFormatProvider
Culture-specific formatting information, or null
to use the default formatting of the current culture.
Returns
A string representation of this object.