ConversionDefaultToForType Method

Return the Default To(x) conversion name, represented as a string, for the specified Data Type.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string DefaultToForType(
	Type value
)

Parameters

value  Type
The Type to Analyze.

Return Value

String
Default To Conversion for given Type, represented as a string.

See Also