GetXamlNameForType Method
GetXamlNameForType(Type)
Returns string representation of specified type.
Declaration
public static string GetXamlNameForType(Type t)
Parameters
Type | Name | Description |
---|---|---|
System.Type | t | Type to process. |
Returns
Type | Description |
---|---|
System.String | Fully qualified type name with .xaml suffix. |