Click or drag to resize

DefaultValue  Conversion (String to DefaultValue)

Performs an implicit conversion from String to DefaultValue.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static implicit operator DefaultValue (
	string stringConst
)

Parameters

stringConst
Type: SystemString
The string constant.

Return Value

Type: DefaultValue
The result of the conversion.
See Also