다음을 통해 공유


INumberFormatter2.FormatDouble(Double) 메서드

정의

Double 값의 문자열 표현을 반환합니다.

public:
 Platform::String ^ FormatDouble(double value);
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

값을 나타내는 문자열입니다.

적용 대상