ConversionDefaultToForType Method
Return the Default To(x) conversion name, represented as a string, for
the specified Data Type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string DefaultToForType(
Type value
)
Public Shared Function DefaultToForType (
value As Type
) As String
No code example is currently available or this language may not be supported.
- value Type
-
The Type to Analyze.
String
Default To Conversion for given Type, represented as a string.