다음을 통해 공유


CurrencyIdentifiers.GBP 속성

정의

파운드 스털링의 통화 식별자를 가져옵니다.

public:
 static property Platform::String ^ GBP { Platform::String ^ get(); };
static winrt::hstring GBP();
public static string GBP { get; }
var string = CurrencyIdentifiers.gBP;
Public Shared ReadOnly Property GBP As String

속성 값

String

Platform::String

winrt::hstring

파운드 스털링을 식별하는 문자열 "GBP"입니다.

적용 대상