NamedComponent.IFormattable.ToString Method (String, IFormatProvider)
Applies To: SQL Server (starting with 2016)
Formats the value of the current instance using the specified format.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
string IFormattable.ToString(
string format,
IFormatProvider formatProvider
)
private:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
) sealed = IFormattable::ToString
private abstract ToString :
format:string *
formatProvider:IFormatProvider -> string
private override ToString :
format:string *
formatProvider:IFormatProvider -> string
Private Function ToString (
format As String,
formatProvider As IFormatProvider
) As String
Implements IFormattable.ToString
Parameters
format
Type: System.StringThe format to use.
formatProvider
Type: System.IFormatProviderThe provider to use to format the value.
Return Value
Type: System.String
The value of the current instance in the specified format.
Implements
IFormattable.ToString(String, IFormatProvider)
See Also
NamedComponent Class
Microsoft.AnalysisServices Namespace
Return to top