Matrix3D.IFormattable.ToString(String, IFormatProvider) Method

Definition

For a description of this member, see ToString(String, IFormatProvider).

 virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ provider) = IFormattable::ToString;
string IFormattable.ToString (string format, IFormatProvider provider);
abstract member System.IFormattable.ToString : string * IFormatProvider -> string
override this.System.IFormattable.ToString : string * IFormatProvider -> string
Function ToString (format As String, provider As IFormatProvider) As String Implements IFormattable.ToString

Parameters

format
String

The format to use.

provider
IFormatProvider

The provider to use.

Returns

The value of the current instance in the specified format.

Implements

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D struct. For more information, see Matrix3D in the UWP API reference.

Applies to