Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public Object ParseDefaultValue(
	PropertySerializerContext context,
	string defaultValue
)
Visual Basic
Public Function ParseDefaultValue ( 
	context As PropertySerializerContext,
	defaultValue As String
) As Object

Return Value

Type: Object

Implements

IPropertySerializer..::..ParseDefaultValue(PropertySerializerContext, String)

See Also