ReportSize.ToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a string representation of the size.
Overloads
ToString() |
Returns a string representation of the size. |
ToString(String, IFormatProvider) |
Returns a string representation of the size. |
ToString()
Returns a string representation of the size.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Returns
A string representation of the size.
Applies to
ToString(String, IFormatProvider)
Returns a string representation of the size.
public:
virtual System::String ^ ToString(System::String ^ format, IFormatProvider ^ provider);
public string ToString (string format, IFormatProvider provider);
override this.ToString : string * IFormatProvider -> string
Public Function ToString (format As String, provider As IFormatProvider) As String
Parameters
- format
- String
The formatting string.
- provider
- IFormatProvider
An IFormatProvider that provides the formatting information for the string.
Returns
A string representation of the size.