Collation.IsEmpty MethodCollation.IsEmpty MethodCollation::IsEmpty Method

Returns a boolean value indicating whether a stringStringString is equal to the empty string under this collation.

Syntax

Public MustOverride Function IsEmpty( _
    value As String _
) As Boolean
public abstract bool IsEmpty(
    string value
)
public:
virtual bool IsEmpty(
    String^ value
) abstract
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if value contains only ignorable collation units; otherwise falseFalsefalse.