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

Parameters

stream
Stream
value
String
maxLength
Int32
pad
Boolean

See Also