Matrix3D.ToString Metodo
Definizione
Overload
ToString() |
Crea una rappresentazione in forma di stringa di Matrix3D.Creates a string representation of this Matrix3D. |
ToString(IFormatProvider) |
Crea una rappresentazione in forma di stringa di Matrix3D.Creates a string representation of this Matrix3D. |
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
Parametri
- provider
- IFormatProvider
Oggetto che offre informazioni di formattazione specifiche delle impostazioni cultura.An object that provides culture-specified formatting information.
Restituisce
Rappresentazione in forma di stringa dell'oggetto Matrix3D.The string representation of this Matrix3D.