ColumnBaseToString(String, IFormatProvider) Method
Formats the value of the current instance using the specified format.
Namespace: Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public virtual string ToString(
string format,
IFormatProvider formatProvider
)
Public Overridable Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
abstract ToString :
format : string *
formatProvider : IFormatProvider -> string
override ToString :
format : string *
formatProvider : IFormatProvider -> string
- format String
- The format to use.-or- A null reference (Nothing 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 (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
StringThe value of the current instance in the specified format.
IFormattableToString(String, IFormatProvider)