다음을 통해 공유


PercentFormatter.FormatDouble(Double) 메서드

정의

Double 백분율의 문자열 표현을 반환합니다.

public:
 virtual Platform::String ^ FormatDouble(double value) = FormatDouble;
winrt::hstring FormatDouble(double const& value);
public string FormatDouble(double value);
function formatDouble(value)
Public Function FormatDouble (value As Double) As String

매개 변수

value
Double

double

서식을 지정할 Double 값입니다.

반환

String

Platform::String

winrt::hstring

백분율을 나타내는 문자열입니다.

구현

M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(System.Double) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatDouble(double)

적용 대상