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 provides formatting information for numbers and dates.
Return Values
StringWriter - The new StringWriter object.
See Also
Project CorLib Overview
Class Constructors Overview