NumberSubstitution Constructors

Definition

Initializes a new instance of the NumberSubstitution class.

Overloads

NumberSubstitution()

Initializes a new instance of the NumberSubstitution class.

NumberSubstitution(NumberCultureSource, CultureInfo, NumberSubstitutionMethod)

Initializes a new instance of the NumberSubstitution class with explicit property values.

NumberSubstitution()

Initializes a new instance of the NumberSubstitution class.

public:
 NumberSubstitution();
public NumberSubstitution ();
Public Sub New ()

Applies to

NumberSubstitution(NumberCultureSource, CultureInfo, NumberSubstitutionMethod)

Initializes a new instance of the NumberSubstitution class with explicit property values.

public:
 NumberSubstitution(System::Windows::Media::NumberCultureSource source, System::Globalization::CultureInfo ^ cultureOverride, System::Windows::Media::NumberSubstitutionMethod substitution);
public NumberSubstitution (System.Windows.Media.NumberCultureSource source, System.Globalization.CultureInfo cultureOverride, System.Windows.Media.NumberSubstitutionMethod substitution);
new System.Windows.Media.NumberSubstitution : System.Windows.Media.NumberCultureSource * System.Globalization.CultureInfo * System.Windows.Media.NumberSubstitutionMethod -> System.Windows.Media.NumberSubstitution
Public Sub New (source As NumberCultureSource, cultureOverride As CultureInfo, substitution As NumberSubstitutionMethod)

Parameters

source
NumberCultureSource

Identifies the source of the culture value that is used to determine number substitution.

cultureOverride
CultureInfo

Identifies which culture to use when the value of the CultureSource property is set to Override.

substitution
NumberSubstitutionMethod

Identifies the substitution method that is used to determine number substitution.

Applies to