Search Results for

    Show / Hide Table of Contents

    Class SeparatorCombination

    Class used to define separator combinations to numberic tokens

    Inheritance
    object
    SeparatorCombination
    Implements
    ICloneable
    Inherited Members
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.LanguageProcessing.Tokenization
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public class SeparatorCombination : ICloneable

    Constructors

    SeparatorCombination()

    Declaration
    public SeparatorCombination()

    SeparatorCombination(CultureInfo, bool)

    If true, blanks/nbsp's will be interchangeable
    Declaration
    public SeparatorCombination(CultureInfo culture, bool augmentGroupSeparators)
    Parameters
    Type Name Description
    CultureInfo culture
    bool augmentGroupSeparators

    SeparatorCombination(string, string, bool)

    If true, blanks/nbsp's will be interchangeable
    Declaration
    public SeparatorCombination(string groupSeparators, string decimalSeparators, bool augmentGroupSeparators)
    Parameters
    Type Name Description
    string groupSeparators
    string decimalSeparators
    bool augmentGroupSeparators

    Properties

    DecimalSeparators

    Declaration
    public string DecimalSeparators { get; set; }
    Property Value
    Type Description
    string

    GroupSeparators

    Declaration
    public string GroupSeparators { get; set; }
    Property Value
    Type Description
    string

    Methods

    Clone()

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    object

    A new object that is a deep copy of this instance.

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    IsSwappable()

    true iff one separator is the full stop and the other is the comma

    Declaration
    public bool IsSwappable()
    Returns
    Type Description
    bool

    Implements

    ICloneable
    In this article
    • Constructors
      • SeparatorCombination()
      • SeparatorCombination(CultureInfo, bool)
      • SeparatorCombination(string, string, bool)
    • Properties
      • DecimalSeparators
      • GroupSeparators
    • Methods
      • Clone()
      • Equals(object)
      • GetHashCode()
      • IsSwappable()
    • Implements
    Back to top Generated by DocFX