StringWriter()

StringWriter::StringWriter(const System::SharedPtr<Text::StringBuilder>&, const IFormatProviderPtr&) constructor

Constructs a new instance of StringWriter using the specified StringBuilder and IFormatProvider.

System::IO::StringWriter::StringWriter(const System::SharedPtr<Text::StringBuilder> &sb, const IFormatProviderPtr &formatProvider)

Arguments

ParameterTypeDescription
sbconst System::SharedPtr<Text::StringBuilder>&The StringBuilder object to be used by the StringWriter being constructed
formatProviderconst IFormatProviderPtr&An IFormatProvider object to be used by the object being constructed

StringWriter::StringWriter(const System::SharedPtr<Text::StringBuilder>&) constructor

Constructs a new instance of StringWriter using the specified StringBuilder and IFormatProvider from the current culture.

System::IO::StringWriter::StringWriter(const System::SharedPtr<Text::StringBuilder> &sb)

Arguments

ParameterTypeDescription
sbconst System::SharedPtr<Text::StringBuilder>&The StringBuilder object to be used by the StringWriter being constructed

StringWriter::StringWriter(const IFormatProviderPtr&) constructor

Constructs a new instance of StringWriter using the specified IFormatProvider.

System::IO::StringWriter::StringWriter(const IFormatProviderPtr &formatProvider)

Arguments

ParameterTypeDescription
formatProviderconst IFormatProviderPtr&An IFormatProvider object to be used by the object being constructed

StringWriter::StringWriter() constructor

Constructs a new instance of StringWriter using IFormatProvider from the current culture.

System::IO::StringWriter::StringWriter()

See Also