ConversionDefaultStringForType Method
Return the Default Value, represented as a string, for the specified
Data Type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string DefaultStringForType(
Type value,
string nullValue
)
Public Shared Function DefaultStringForType (
value As Type,
nullValue As String
) As String
No code example is currently available or this language may not be supported.
- value Type
-
The Type to Analyze.
- nullValue String
-
The Value to use for Null Defaults.
String
Default Value for given Type, represented as a string.