Partager via


SoapMonthDay.ToString Méthode

Définition

Retourne une Value comme String.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Retours

String obtenu à partir de Value au format "'--'MM'-'jj".

Exemples

L'exemple de code suivant montre comment utiliser la méthode ToString. Cet exemple de code fait partie d’un exemple plus large fourni pour la SoapMonthDay classe .

// Print the monthDay in XSD format.
Console::WriteLine( L"The SoapMonthDay object in XSD format is {0}.",
   monthDay );
// Print the monthDay in XSD format.
Console.WriteLine("The SoapMonthDay object in XSD format is {0}.",
    monthDay.ToString());

S’applique à