ToString Method (IFormatProvider)
Collapse the table of content
Expand the table of content

Matrix.ToString Method (IFormatProvider)

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

Creates a String representation of this Matrix structure with culture-specific formatting information.

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

public string ToString(
	IFormatProvider provider
)

Parameters

provider
Type: System.IFormatProvider
The culture-specific formatting information.

Return Value

Type: System.String
A String containing the M11, M12, M21, M22, OffsetX, and OffsetY values of this Matrix.

If this Matrix structure is an identity matrix, the string "Identity" is returned.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft