ConversionDefaultStringForType Method

Return the Default Value, 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 DefaultStringForType(
	Type value,
	string nullValue
)

Parameters

value  Type
The Type to Analyze.
nullValue  String
The Value to use for Null Defaults.

Return Value

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

See Also