다음을 통해 공유


PercentFormatter.NumeralSystem 속성

정의

백분율의 서식을 지정하고 구문 분석하는 데 사용되는 번호 매기기 시스템을 가져오거나 설정합니다.

public:
 property Platform::String ^ NumeralSystem { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NumeralSystem();

void NumeralSystem(winrt::hstring value);
public string NumeralSystem { get; set; }
var string = percentFormatter.numeralSystem;
percentFormatter.numeralSystem = string;
Public Property NumeralSystem As String

속성 값

String

Platform::String

winrt::hstring

라틴어 숫자 시스템의 경우 "Latn"(0123456789) 또는 Arabic-Indic 숫자 시스템의 "아랍"()과 같이 포맷터의 숫자 시스템을 나타내는 문자열입니다. 지원되는 NumeralSystem 값을 참조하세요.

구현

설명

참고

아랍어 숫자 시스템("아랍" 및 "ArabExt" 또는 이러한 문자의 조합을 사용하는 숫자 시스템)의 경우: 라틴 숫자가 아랍어 10진수 구분 기호(u+66b)로 변환되기 직전의 마침표(.)

  • 라틴 숫자가 아랍어 천 구분 기호(u+66c)로 변환되기 직전의 쉼표(,)입니다.
  • 라틴어 숫자와 인접한 백분율(%)은 아랍어 백분율 기호(u+66a)로 변환됩니다.
  • 라틴 문자에 인접한 permille(u+2030)은 아랍어 단위 기호(u+609)로 변환됩니다.

적용 대상

추가 정보