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

Writes a string of fixed length to the stream

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,
	
bool 
forceNullTerminator
)
Protected 
Shared 
Sub 
WriteStringValue ( _
	
stream 
As 
Stream, _
	
value 
As 
String, _
	
forceNullTerminator 
As 
Boolean _
)
protected:
static 
void 
WriteStringValue(
	
Stream^ 
stream, 
	
String^ 
value, 
	
bool 
forceNullTerminator
)

Parameters

stream
Stream
value
String
forceNullTerminator
Boolean

See Also