VarFile.WriteStringValue Method (Stream, String)

 

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

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

Syntax

protected static void WriteStringValue(
    Stream stream,
    string value
)
protected:
static void WriteStringValue(
    Stream^ stream,
    String^ value
)
Protected Shared Sub WriteStringValue (
    stream As Stream,
    value As String
)

Parameters

See Also

WriteStringValue Overload
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top