 | Utf8StringToString(String, IFormatProvider) Method |
Formats the value of the current instance using the specified format.
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic string ToString(
string? format,
IFormatProvider? formatProvider
)
Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
) sealed
abstract ToString :
format : string *
formatProvider : IFormatProvider -> string
override ToString :
format : string *
formatProvider : IFormatProvider -> string
Parameters
- format String
- The format to use.
-or-
A null reference ( in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
- formatProvider IFormatProvider
- The provider to use to format the value.
-or-
A null reference ( in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
Return Value
StringThe value of the current instance in the specified format.
Implements
IFormattableToString(String, IFormatProvider)
See Also