System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern 메서드
NumberFormatInfo::set_CurrencyPositivePattern method
통화 양수 패턴을 설정합니다.
void System::Globalization::NumberFormatInfo::set_CurrencyPositivePattern(int value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | int | 배열 {"$n", “n$”, “$ n”, “n $"}에서 패턴의 인덱스이며, 여기서 “n"은 숫자이고 “$“는 통화 기호입니다. |
또 보기
- Class NumberFormatInfo
- Namespace System::Globalization
- Library Aspose.Page for C++