Matrix3D.IFormattable.ToString(String, IFormatProvider) メソッド
定義
このメンバーの詳細については、「ToString(String, IFormatProvider)」をご覧ください。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
パラメーター
- format
- String
使用する書式です。The format to use.
- provider
- IFormatProvider
使用するプロバイダー。The provider to use.
戻り値
指定された書式での現在のインスタンスの値です。The value of the current instance in the specified format.
実装
注釈
この構造体は、Windows ランタイム (WinRT) 構造体の .NET 射影を表し Matrix3D
ます。This struct represents the .NET projection of the Windows Runtime (WinRT) Matrix3D
struct. 詳細については、UWP API リファレンスの「 Matrix3D 」を参照してください。For more information, see Matrix3D in the UWP API reference.