DBNull.ToString Method (IFormatProvider)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an empty string using the specified System.IFormatProvider.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- provider
- Type: System.IFormatProvider
The IFormatProvider to be used to format the return value.
-or-
Nothing to obtain the format information from the current locale setting of the operating system.
Implements
IConvertible.ToString(IFormatProvider)
Show: