Point.ToString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ToString() | |
ToString(IFormatProvider) |
Crée une String représentation de ce Point à l’aide des informations de mise en forme spécifiques à la culture spécifiées. |
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). Point
Pour plus d’informations, consultez Point dans la référence de l’API UWP.
ToString()
ToString(IFormatProvider)
public:
System::String ^ ToString(IFormatProvider ^ provider);
public string ToString (IFormatProvider provider);
override this.ToString : IFormatProvider -> string
Public Function ToString (provider As IFormatProvider) As String
Paramètres
- provider
- IFormatProvider
Informations de mise en forme spécifiques à la culture.
Retours
String contenant les valeurs X et Y de ce struct Point.