[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Writes a string value into the stream and adds 1 byte for null termination

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
protected 
static 
void 
WriteStringValue(
	
Stream 
stream,
	
string 
value
)
Protected 
Shared 
Sub 
WriteStringValue ( _
	
stream 
As 
Stream, _
	
value 
As 
String _
)
protected:
static 
void 
WriteStringValue(
	
Stream^ 
stream, 
	
String^ 
value
)

Parameters

stream
Stream
value
String

See Also