Method function IGDIPlus.IGPStringFormat.GetDigitSubstitutionMethod() : TGPStringDigitSubstitute
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: IGPStringFormat
Contents |
Syntax
Delphi:
function GetDigitSubstitutionMethod() : TGPStringDigitSubstitute;
C++ Builder:
TGPStringDigitSubstitute __fastcall GetDigitSubstitutionMethod();
Visual C++ (MFC):
GetDigitSubstitutionMethod();
Summary
Returns the digit substitution method that is used by the TGPStringFormat object.
Description
Call this method to get an element of the TGPStringDigitSubstitute enumeration that indicates the digit substitution method that is used by the TGPStringFormat object. Remarks The digit substitution method replaces, in a string, Western European digits with digits that correspond to a user's locale or language.