다음을 통해 공유


PercentFormatter.ParseInt(String) 메서드

정의

정수 백분율의 문자열 표현을 구문 분석하려고 시도합니다.

public:
 virtual IReference<long long> ^ ParseInt(Platform::String ^ text) = ParseInt;
IReference<long> ParseInt(winrt::hstring const& text);
public System.Nullable<long> ParseInt(string text);
function parseInt(text)
Public Function ParseInt (text As String) As Nullable(Of Long)

매개 변수

text
String

Platform::String

winrt::hstring

구문 분석할 텍스트입니다.

반환

IReference<Int64>

Nullable<Int64>

Windows.Foundation.IReference

IReference<long>

성공하면 문자열 표현 에 해당하는 Int64 이고, 그렇지 않으면 null입니다.

구현

M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(System.String) M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(Platform::String) M:Windows.Globalization.NumberFormatting.INumberParser.ParseInt(winrt::hstring)

적용 대상