ConversionDefaultValueForType Method

Return the Default Value, represented in its natural form, for the specified Data Type.

Definition

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

Parameters

value  Type
The Type to Analyze.

Return Value

Object
Default Value for given Type, represented as a string.

See Also