System::String::Format メソッド
文字列をC#スタイルでフォーマットします。
template<class...> String System::String::Format(const SharedPtr<IFormatProvider> &fp, const String &format, const Args &... args)
| パラメーター | 型 | 説明 |
|---|
| fp | const SharedPtr<IFormatProvider>& | 文字列に変換するために使用するフォーマットプロバイダー。 |
| フォーマット | const String& | 書式文字列です。 |
| args | const Args&… | 書式文字列の引数。 |
参照
文字列をC#スタイルでフォーマットします。
template<class...> String System::String::Format(const String &format, const Args &... args)
| パラメーター | 型 | 説明 |
|---|
| フォーマット | const String& | 書式文字列です。 |
| args | const Args&… | 書式文字列の引数。 |
参照
文字列をC#スタイルでフォーマットします。
template<class T> String System::String::Format(const String &format, const System::ArrayPtr<T> &args)
| パラメーター | 型 | 説明 |
|---|
| フォーマット | const String& | 書式文字列です。 |
| args | const System::ArrayPtr<T>& | 書式文字列の引数。 |
参照
文字列をC#スタイルでフォーマットします。
template<std::size_t,class...> String System::String::Format(std::nullptr_t, const char16_t(&format)[N], const Args &... args)
| パラメーター | 型 | 説明 |
|---|
| フォーマット | std::nullptr_t | 書式文字列です。 |
| args | const char16_t(&) | 書式文字列の引数。 |
参照
文字列をC#スタイルでフォーマットします。
template<class...> String System::String::Format(std::nullptr_t, const String &format, const Args &... args)
| パラメーター | 型 | 説明 |
|---|
| フォーマット | std::nullptr_t | 書式文字列です。 |
| args | const String& | 書式文字列の引数。 |
参照