SystemExtensionsGetDefaultValue Method

CVB.Net Documentation
Get a suitable default value for a given type.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Object GetDefaultValue(
	this Type t
)

Parameters

t
Type: SystemType
Type to retrieve the default for.

Return Value

Type: Object
Default value for the input type.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference