MimeBlob.ToString Method ()

 

Converts the byte stream into a string based on the specified encoding. If encoding is not specified, Unicode is used.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
Public Overrides Function ToString As String

Return Value

Type: System.String

See Also

MimeBlob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top