Share via


VarFile.WriteStringValue Method

 

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

Overload List

Name Description
System_CAPS_protmethodSystem_CAPS_static WriteStringValue(Stream, String)

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

System_CAPS_protmethodSystem_CAPS_static WriteStringValue(Stream, String, Boolean)

Writes a string of fixed length to the stream.

System_CAPS_protmethodSystem_CAPS_static WriteStringValue(Stream, String, Int32)

Writes a string value of a fixed length to the stream.

System_CAPS_protmethodSystem_CAPS_static WriteStringValue(Stream, String, Int32, Boolean)

Writes a string value of a fixed length to the stream.

System_CAPS_protmethodSystem_CAPS_static WriteStringValue(Stream, String, Int32, Boolean, Boolean)

Writes a string value of a fixed length to the stream.

See Also

VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top