'Declaration Public Shared Function ToEnum(Of T As {New, IConvertible, Struct})( _ ByVal expressionValue As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo, _ ByVal defaultValue As T _ ) As T
public static T ToEnum<T>( GrapeCity.Enterprise.Data.Expressions.ExpressionInfo expressionValue, T defaultValue ) where T: new(), IConvertible, struct
Parameters
- expressionValue
- defaultValue
Type Parameters
- T