System::Globalization::NumberFormatInfo 클래스
내용물
[
숨다
]NumberFormatInfo class
숫자를 형식화하는 방법에 대한 정보를 보유합니다. 설정자 작업은 읽기 전용이 아닌 객체에서만 사용할 수 있습니다. 이 클래스의 객체는 System::MakeObject() 함수를 사용하여 할당해야 합니다. 스택에 이 유형의 인스턴스를 생성하거나 operator new를 사용하지 마십시오. 그렇지 않으면 런타임 오류 및/또는 어설션 오류가 발생합니다. 항상 이 클래스를 System::SmartPtr 포인터로 래핑하고 해당 포인터를 사용하여 함수 인수로 전달하십시오.
class NumberFormatInfo : public virtual System::Object,
public System::IFormatProvider,
public System::ICloneable
메서드
| 메서드 | 설명 |
|---|---|
| Clone() override | 포맷 정보를 복제합니다. |
| get_CurrencyDecimalDigits() const | 통화 소수점 자리 수를 가져옵니다. |
| get_CurrencyDecimalSeparator() const | 통화 소수 구분 기호를 가져옵니다. |
| get_CurrencyGroupSeparator() const | 통화 그룹 구분 기호를 가져옵니다. |
| get_CurrencyGroupSizes() const | 그룹당 통화 소수 자릿수 수를 가져옵니다. |
| get_CurrencyNegativePattern() const | 통화 음수 패턴을 가져옵니다. |
| get_CurrencyPositivePattern() const | 통화 양수 패턴을 가져옵니다. |
| get_CurrencySymbol() const | 통화 기호를 가져옵니다. |
| static get_CurrentInfo() | 현재 스레드 문화에 정의된 숫자 형식 정보를 가져옵니다. |
| get_DigitSubstitution() const | 숫자 모양을 표시하는 방법을 지정하는 값을 가져옵니다. |
| static get_InvariantInfo() | 불변 문화에 정의된 숫자 형식 정보를 가져옵니다. |
| get_IsReadOnly() const | 형식이 읽기 전용인지 확인합니다. |
| get_NaNSymbol() const | Not-a-Number 기호를 가져옵니다. |
| get_NativeDigits() const | 숫자 기호(0부터 9까지)를 가져옵니다. |
| get_NegativeInfinitySymbol() const | 음의 무한대 기호를 가져옵니다. |
| get_NegativeSign() const | 음수 부호를 가져옵니다. |
| get_NumberDecimalDigits() const | 소수 자릿수 수를 가져옵니다. |
| get_NumberDecimalSeparator() const | 소수 구분 기호를 가져옵니다. |
| get_NumberGroupSeparator() const | 숫자 그룹 구분 기호를 가져옵니다. |
| get_NumberGroupSizes() const | 그룹당 숫자 자릿수 수를 가져옵니다. |
| get_NumberNegativePattern() const | 숫자 음수 패턴을 가져옵니다. |
| get_PercentDecimalDigits() const | 백분율 값의 소수 자리 수를 가져옵니다. |
| get_PercentDecimalSeparator() const | 백분율 값의 소수 구분 기호를 가져옵니다. |
| get_PercentGroupSeparator() const | 백분율 값의 그룹 구분 기호를 가져옵니다. |
| get_PercentGroupSizes() const | 백분율 값 그룹당 숫자 자릿수 수를 가져옵니다. |
| get_PercentNegativePattern() const | 백분율 음수 패턴을 가져옵니다. |
| get_PercentPositivePattern() const | 백분율 양수 패턴을 가져옵니다. |
| get_PercentSymbol() const | 백분율 기호를 가져옵니다. |
| get_PerMilleSymbol() const | 천분율 기호를 가져옵니다. |
| get_PositiveInfinitySymbol() const | 양의 무한대 기호를 가져옵니다. |
| get_PositiveSign() const | 양수 부호를 가져옵니다. |
| GetFormat(const TypeInfo&) override | 특정 유형의 포맷터를 가져옵니다. |
| static GetInstance(const IFormatProviderPtr&) | 포맷 제공자와 연결된 포맷터를 가져옵니다. |
| NumberFormatInfo() | 기본 생성자(불변 NumberFormatInfo). |
| operator=(const NumberFormatInfo&) | |
| static ReadOnly(NumberFormatInfoPtr) | 포맷터의 읽기 전용 버전을 가져옵니다. |
| set_CurrencyDecimalDigits(int) | 통화 소수 자리 수를 설정합니다. |
| set_CurrencyDecimalSeparator(const String&) | 통화 소수 구분자를 설정합니다. |
| set_CurrencyGroupSeparator(const String&) | 통화 그룹 구분자를 설정합니다. |
| set_CurrencyGroupSizes(const ArrayPtr<int>&) | 그룹당 통화 소수 자리 수를 설정합니다. |
| set_CurrencyNegativePattern(int) | 통화 음수 패턴을 설정합니다. |
| set_CurrencyPositivePattern(int) | 통화 양수 패턴을 설정합니다. |
| set_CurrencySymbol(const String&) | 통화 기호를 설정합니다. |
| set_DigitSubstitution(DigitShapes) | 숫자 모양을 표시하는 방법을 지정하는 값을 설정합니다. |
| set_NaNSymbol(const String&) | NaN(숫자가 아님) 기호를 설정합니다. |
| set_NativeDigits(const ArrayPtr<String>&) | 숫자 기호(0부터 9까지)를 설정합니다. |
| set_NegativeInfinitySymbol(const String&) | 음의 무한대 기호를 설정합니다. |
| set_NegativeSign(const String&) | 음수 부호를 설정합니다. |
| set_NumberDecimalDigits(int) | 소수 자리 수를 설정합니다. |
| set_NumberDecimalSeparator(const String&) | 소수 구분자를 설정합니다. |
| set_NumberGroupSeparator(const String&) | 숫자 그룹 구분자를 설정합니다. |
| set_NumberGroupSizes(const ArrayPtr<int>&) | 그룹당 숫자 자리 수를 설정합니다. |
| set_NumberNegativePattern(int) | 숫자 음수 패턴을 설정합니다. |
| set_PercentDecimalDigits(int) | 백분율 값에서 소수 자리 수를 설정합니다. |
| set_PercentDecimalSeparator(const String&) | 백분율 값에서 소수 구분자를 설정합니다. |
| set_PercentGroupSeparator(const String&) | 백분율 값에서 그룹 구분자를 설정합니다. |
| set_PercentGroupSizes(const ArrayPtr<int>&) | 백분율 값 그룹당 자릿수 개수를 설정합니다. |
| set_PercentNegativePattern(int) | 백분율 음수 패턴을 설정합니다. |
| set_PercentPositivePattern(int) | 백분율 양수 패턴을 설정합니다. |
| set_PercentSymbol(const String&) | 백분율 기호를 설정합니다. |
| set_PerMilleSymbol(const String&) | 천분율 기호를 설정합니다. |
| set_PositiveInfinitySymbol(const String&) | 양의 무한대 기호를 설정합니다. |
| set_PositiveSign(const String&) | 양수 부호를 설정합니다. |
또 보기
- Class Object
- Class IFormatProvider
- Class ICloneable
- Namespace System::Globalization
- Library Aspose.Page for C++