Skip to main content
All docs
V23.2
.NET 6.0+

RuleSet.IsEmptyValueType(Type, IServiceProvider) Method

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public static bool IsEmptyValueType(
    Type type,
    IServiceProvider serviceProvider
)

Parameters

Name Type
type Type
serviceProvider IServiceProvider

Returns

Type
Boolean
See Also