FormatNumberEventArgs.LocalizedValue 속성

정의

지역화된 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ LocalizedValue { System::String ^ get(); void set(System::String ^ value); };
public string LocalizedValue { get; set; }
member this.LocalizedValue : string with get, set
Public Property LocalizedValue As String

속성 값

String

지역화된 텍스트를 나타내는 string 값입니다.

적용 대상