ConversionDefaultValueForType Method
Return the Default Value, represented in its natural form, for the
specified Data Type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static Object DefaultValueForType(
Type value
)
Public Shared Function DefaultValueForType (
value As Type
) As Object
No code example is currently available or this language may not be supported.
- value Type
-
The Type to Analyze.
Object
Default Value for given Type, represented as a string.