Matrix3D.IFormattable.ToString Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Formats the value of the current instance using the specified format.

Namespace:  System.Windows.Media.Media3D
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Private Function ToString ( _
    format As String, _
    provider As IFormatProvider _
) As String Implements IFormattable.ToString
string IFormattable.ToString(
    string format,
    IFormatProvider provider
)

Parameters

Return Value

Type: System..::.String
The value of the current instance in the specified format.

Implements

IFormattable..::.ToString(String, IFormatProvider)

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Matrix3D Structure

System.Windows.Media.Media3D Namespace