System::Int16::Parse メソッド
コンテンツ
[
隠れる
]Int16::Parse(const String&) method
指定された文字列(数値の文字列表現を含む)を等価な 16 ビット符号付き整数に変換します。
static int16_t System::Int16::Parse(const String &value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const String& | 変換する文字列。 |
ReturnValue
指定された文字列が表す数値に等しい 16 ビット符号付き整数です。
参照
- Class String
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, const SharedPtr<Globalization::CultureInfo>&) method
static int16_t System::Int16::Parse(const String &value, const SharedPtr<Globalization::CultureInfo> &culture)
参照
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, const SharedPtr<Globalization::NumberFormatInfo>&) method
static int16_t System::Int16::Parse(const String &value, const SharedPtr<Globalization::NumberFormatInfo> &nfi)
参照
- Class String
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, const SharedPtr<IFormatProvider>&) method
指定された文字列(数値の文字列表現を含む)を、提供された書式情報を使用して等価な 16 ビット符号付き整数に変換します。
static int16_t System::Int16::Parse(const String &value, const SharedPtr<IFormatProvider> &provider)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const String& | 変換する文字列。 |
| プロバイダー | const SharedPtr<IFormatProvider>& | 文字列書式情報を含むオブジェクトへのポインタ。 |
ReturnValue
指定された文字列が表す数値に等しい 16 ビット符号付き整数です。
参照
- Class String
- Typedef SharedPtr
- Class IFormatProvider
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::CultureInfo>&) method
static int16_t System::Int16::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<Globalization::CultureInfo> &culture)
参照
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class CultureInfo
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, Globalization::NumberStyles, const SharedPtr<Globalization::NumberFormatInfo>&) method
static int16_t System::Int16::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<Globalization::NumberFormatInfo> &nfi)
参照
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class NumberFormatInfo
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, Globalization::NumberStyles, const SharedPtr<IFormatProvider>&) method
指定された文字列(数値の文字列表現を含む)を、提供された書式情報と数値スタイルを使用して等価な 16 ビット符号付き整数に変換します。
static int16_t System::Int16::Parse(const String &value, Globalization::NumberStyles styles, const SharedPtr<IFormatProvider> &provider)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const String& | 変換する文字列。 |
| スタイル | Globalization::NumberStyles | NumberStyles 列挙体の値をビット単位で組み合わせたもので、数値の文字列表現に許可されるスタイルを指定します。 |
| プロバイダー | const SharedPtr<IFormatProvider>& | 文字列書式情報を含むオブジェクトへのポインタ。 |
ReturnValue
指定された文字列が表す数値に等しい 16 ビット符号付き整数です。
参照
- Class String
- Enum NumberStyles
- Typedef SharedPtr
- Class IFormatProvider
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, Globalization::NumberStyles, std::nullptr_t) method
static int16_t System::Int16::Parse(const String &value, Globalization::NumberStyles styles, std::nullptr_t=nullptr)
参照
- Class String
- Enum NumberStyles
- Class Int16
- Namespace System
- Library Aspose.Page for C++
Int16::Parse(const String&, std::nullptr_t) method
static int16_t System::Int16::Parse(const String &value, std::nullptr_t)
参照
- Class String
- Class Int16
- Namespace System
- Library Aspose.Page for C++