| BinarySizeToString Method (IFormatProvider) |
Returns a
String that represents this instance.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public string ToString(
IFormatProvider provider
)
Public Function ToString (
provider As IFormatProvider
) As String
public:
virtual String^ ToString(
IFormatProvider^ provider
) sealed
abstract ToString :
provider : IFormatProvider -> string
override ToString :
provider : IFormatProvider -> string
Parameters
- provider
- Type: SystemIFormatProvider
The provider.
Return Value
Type:
String
A
String that represents this instance.
Implements
IConvertibleToString(IFormatProvider)See Also