NewStringWriter
Returns a new StringWriter object.
Public Function NewStringWriter(
Optional ByVal sb As StringBuilder,
Optional ByVal Provider As IFormatProvider ) As StringWriter
Parameters
- sb
-
[ByVal]
Optional.
StringBuilder.
A supplied StringBuilder object that is written to. This allows the
StringWriter to start with an already created string.
- Provider
-
[ByVal]
Optional.
IFormatProvider.
An object that provided formatting information for numbers and dates.
Return Values
StringWriter - The new StringWriter object.
Remarks
See Also
Project VBCorLib Overview
Class Constructors Overview
Constructors Properties
Constructors Methods
NewStrings
NewSystemException