System::TimeSpan::TryParse 메서드
내용물
[
숨다
]TimeSpan::TryParse(const String&, const SharedPtr<Globalization::CultureInfo>&, TimeSpan&) method
static bool System::TimeSpan::TryParse(const String &input, const SharedPtr<Globalization::CultureInfo> &culture, TimeSpan &result)
또 보기
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::TryParse(const String&, const SharedPtr<Globalization::DateTimeFormatInfo>&, TimeSpan&) method
static bool System::TimeSpan::TryParse(const String &input, const SharedPtr<Globalization::DateTimeFormatInfo> &dtfi, TimeSpan &result)
또 보기
- Class String
- Typedef SharedPtr
- Class DateTimeFormatInfo
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::TryParse(const String&, const SharedPtr<IFormatProvider>&, TimeSpan&) method
지정된 형식 제공자를 사용하여 문자열을 동등한 TimeSpan 객체로 변환하고 변환 결과를 반환합니다.
static bool System::TimeSpan::TryParse(const String &input, const SharedPtr<IFormatProvider> &provider, TimeSpan &result)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 입력 | const String& | 입력 문자열. |
| 제공자 | const SharedPtr<IFormatProvider>& | 문화별 형식 정보를 제공하는 형식 제공자. |
| result | TimeSpan& | 문자열에 해당하는 시간 간격. |
ReturnValue
문자열이 성공적으로 변환된 경우 true; 그렇지 않으면 false.
또 보기
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::TryParse(const String&, std::nullptr_t, TimeSpan&) method
static bool System::TimeSpan::TryParse(const String &input, std::nullptr_t, TimeSpan &result)
또 보기
- Class String
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++
TimeSpan::TryParse(const String&, TimeSpan&) method
문자열을 동등한 TimeSpan 객체로 변환하고 변환 결과를 반환합니다.
static bool System::TimeSpan::TryParse(const String &input, TimeSpan &result)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 입력 | const String& | 입력 문자열. |
| result | TimeSpan& | 문자열에 해당하는 시간 간격. |
ReturnValue
문자열이 성공적으로 변환된 경우 true; 그렇지 않으면 false.
또 보기
- Class String
- Class TimeSpan
- Class TimeSpan
- Namespace System
- Library Aspose.Page for C++