CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
string_digit_substitute.h
1
2#ifndef _aspose_drawing_string_digit_substitute_h_
3#define _aspose_drawing_string_digit_substitute_h_
4
5namespace System { namespace Drawing {
9 User = 0,
11 None = 1,
13 National = 2,
15 Traditional = 3
16};
17
18}}
19
20#endif
StringDigitSubstitute
Specifies how digits in a string are substituted according to the locale or language.
Definition: string_digit_substitute.h:7
@ Traditional
Substitute digits that correspond to the user's native script or language, which may not be the same ...
@ National
Substitute digits that correspond to the official national language of the user's locale.
Definition: db_command.h:9
@ User
Registry key HKEY_CURRENT_USER\Environment.
Definition: environment.h:39