Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the element name by using the provided format and format provider.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function ToString ( _
format As String, _
formatProvider As IFormatProvider _
) As String
public string ToString(
string format,
IFormatProvider formatProvider
)
public:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
) sealed
abstract ToString :
format:string *
formatProvider:IFormatProvider -> string
override ToString :
format:string *
formatProvider:IFormatProvider -> string
public final function ToString(
format : String,
formatProvider : IFormatProvider
) : String
Parameters
- format
Type: System.String
- formatProvider
Type: System.IFormatProvider
Return Value
Type: System.String
The formatted element name.
Implements
IFormattable.ToString(String, IFormatProvider)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.