Metode System::String::Format

String::Format(const SharedPtr<IFormatProvider>&, const String&, const Args&…) method

Memformat string dalam gaya C#.

template<class...> String System::String::Format(const SharedPtr<IFormatProvider> &fp, const String &format, const Args &... args)
ParameterDeskripsi
ArgumenArgumen untuk string format.
ParameterTipeDeskripsi
fpconst SharedPtr<IFormatProvider>&Penyedia format yang digunakan untuk mengonversi argumen menjadi string.
formatconst String&String format.
argsconst Args&…Argumen untuk string format.

Lihat Juga

String::Format(const String&, const Args&…) method

Memformat string dalam gaya C#.

template<class...> String System::String::Format(const String &format, const Args &... args)
ParameterDeskripsi
ArgumenArgumen untuk string format.
ParameterTipeDeskripsi
formatconst String&String format.
argsconst Args&…Argumen untuk string format.

Lihat Juga

String::Format(const String&, const System::ArrayPtr<T>&) method

Memformat string dalam gaya C#.

template<class T> String System::String::Format(const String &format, const System::ArrayPtr<T> &args)
ParameterDeskripsi
TArgumen untuk string format.
ParameterTipeDeskripsi
formatconst String&String format.
argsconst System::ArrayPtr<T>&Argumen untuk string format.

Lihat Juga

String::Format(std::nullptr_t, const char16_t(&), const Args&…) method

Memformat string dalam gaya C#.

template<std::size_t,class...> String System::String::Format(std::nullptr_t, const char16_t(&format)[N], const Args &... args)
ParameterDeskripsi
ArgumenArgumen untuk string format.
ParameterTipeDeskripsi
formatstd::nullptr_tString format.
argsconst char16_t(&)Argumen untuk string format.

Lihat Juga

String::Format(std::nullptr_t, const String&, const Args&…) method

Memformat string dalam gaya C#.

template<class...> String System::String::Format(std::nullptr_t, const String &format, const Args &... args)
ParameterDeskripsi
ArgumenArgumen untuk string format.
ParameterTipeDeskripsi
formatstd::nullptr_tString format.
argsconst String&Argumen untuk string format.

Lihat Juga