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

Writes a string value of a 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,
	
int 
maxLength
)
Protected 
Shared 
Sub 
WriteStringValue ( _
	
stream 
As 
Stream, _
	
value 
As 
String, _
	
maxLength 
As 
Integer _
)
protected:
static 
void 
WriteStringValue(
	
Stream^ 
stream, 
	
String^ 
value, 
	
int 
maxLength
)

Parameters

stream
Stream
value
String
maxLength
Int32

See Also