UcaCollationSettings.Numeric PropertyUcaCollationSettings.Numeric PropertyUcaCollationSettings::Numeric Property

Gets or sets a value indicating whether a sequence of consecutive digits is interpreted as a number.

Syntax

Public Property Numeric As Boolean
        Get
         Set(ByVal value As Boolean)
public bool Numeric { get;  set; }
public:
property bool Numeric {
    bool get();
     void set(bool value);
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if a sequence of consecutive digits is interpreted as a number; otherwise falseFalsefalse.