public string ToString(
string format,
IFormatProvider formatProvider
)Public Function ToString (
format As String,
formatProvider As IFormatProvider
) As Stringpublic:
virtual String^ ToString(
String^ format,
IFormatProvider^ formatProvider
) sealedabstract ToString :
format : string *
formatProvider : IFormatProvider -> string
override ToString :
format : string *
formatProvider : IFormatProvider -> string The standard permutation format strings are "M", which produces a map representation, and "C", which produces a cycle representation. For explanations of the map and cycle representations of a permutation, see Parse(String).