ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / NumberSubstitution Class / Create Method
A reference to a DirectWrite factory Factory
A value that specifies how to apply number substitution on digits and related punctuation.
The name of the locale to be used in the numberSubstitution object.
A Boolean flag that indicates whether to ignore user overrides.

In This Topic
    Create Method (NumberSubstitution)
    In This Topic
    Creates a number substitution object using a locale name, substitution method, and an indicator whether to ignore user overrides (use NLS defaults for the given culture instead).
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory, _
       ByVal substitutionMethod As NumberSubstitutionMethod, _
       ByVal localeName As System.String, _
       ByVal ignoreUserOverride As System.Boolean _
    ) As NumberSubstitution
    public static NumberSubstitution Create( 
       Factory factory,
       NumberSubstitutionMethod substitutionMethod,
       System.string localeName,
       System.bool ignoreUserOverride
    )

    Parameters

    factory
    A reference to a DirectWrite factory Factory
    substitutionMethod
    A value that specifies how to apply number substitution on digits and related punctuation.
    localeName
    The name of the locale to be used in the numberSubstitution object.
    ignoreUserOverride
    A Boolean flag that indicates whether to ignore user overrides.
    See Also