Click or drag to resize
GridLengthToString Method
Returns a System.String representation of the Windows.UI.Xaml.GridLength.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
A System.String representation of the current Windows.UI.Xaml.GridLength structure.
See Also